Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Aug 12, 2024
1 parent d8976dc commit 6c3c17a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ jobs:
$Env:RUSTFLAGS="-C target-feature=+crt-static"
}
if ($DotNetOs -Eq 'android') {
$Env:AWS_LC_SYS_CMAKE_BUILDER="0"
}
if ($RustTarget -eq 'aarch64-unknown-linux-gnu') {
sudo apt update
sudo apt install gcc-aarch64-linux-gnu
Expand Down

0 comments on commit 6c3c17a

Please sign in to comment.