Skip to content

Commit

Permalink
.github/workflows/ci.yml: omit obsolete workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed May 28, 2024
1 parent 24f98fd commit 1991d85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ jobs:
echo '-- build aarch64-pc-windows-msvc'
echo
rustup target add aarch64-pc-windows-msvc
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 --no-run --release --target=aarch64-pc-windows-msvc
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 1991d85

Please sign in to comment.