Skip to content

Commit

Permalink
tweak CI cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent da932b9 commit 5fb8b9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: ret=$(grep panic target/wasm32-wasip2/release/getrandom_wrapper.wasm; echo $?); [ $ret -eq 1 ]

cross:
name: Linux
name: Cross
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -85,7 +85,9 @@ jobs:
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="rndr"
run: cross build --release --target=aarch64-unknown-linux-gnu
- run: ls target/
- run: ls target/release
- run: ls target/aarch64-unknown-linux-gnu/release
- name: Check (wasi.rs, preview 2)
run: ret=$(grep panic target/aarch64-unknown-linux-gnu/release/getrandom_wrapper.wasm; echo $?); [ $ret -eq 1 ]

macos:
name: macOS
Expand Down

0 comments on commit 5fb8b9a

Please sign in to comment.