Skip to content

Commit

Permalink
.github/workflows/ci.yml: fix Rust aarch64-pc-windows-msvc build fail…
Browse files Browse the repository at this point in the history
…ure.
  • Loading branch information
dot-asm committed Dec 2, 2023
1 parent badb7f9 commit 2807725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
mkdir .cargo
echo '[patch.crates-io]' > .cargo/config.toml
echo 'cc = { git = "https://github.com/rust-lang/cc-rs" }' >> .cargo/config.toml
cargo update
cargo test --release --target=aarch64-pc-windows-msvc --no-run
find target/aarch64-pc-windows-msvc -name blst-\*.exe -exec cp {} blst-arm-test.exe \; -quit
cargo clean -p blst --release --target=aarch64-pc-windows-msvc
Expand Down

0 comments on commit 2807725

Please sign in to comment.