Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx committed Jan 28, 2024
1 parent 23b230c commit 04427aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bindings_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ jobs:
working-directory: "bindings/dotnet"
run: |
cargo build
ls -l target/debug
dotnet build
dotnet test
6 changes: 6 additions & 0 deletions bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
<RustDLLPath>../target/debug/libopendal_dotnet.dylib</RustDLLPath>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
<RustDLLPath>../target/debug/libopendal_dotnet.so</RustDLLPath>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-arm'">
<RustDLLPath>../target/debug/libopendal_dotnet.so</RustDLLPath>
</PropertyGroup>

<ItemGroup>
<None Include="$(RustDLLPath)">
Expand Down

0 comments on commit 04427aa

Please sign in to comment.