Skip to content

Commit

Permalink
tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 14, 2024
1 parent 2e70cd1 commit 9e4d77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: ls target/
- run: ls target/release/
- name: Check (linux_android_with_fallback.rs)
run: grep panic target/release/libgetrandom_wrapper.so; [ $? -eq 1 ]
run: grep panic target/release/libgetrandom_wrapper.so; ret=$?; echo $ret; [ $ret -eq 1 ]

- name: Build (linux_android.rs)
env:
Expand Down

0 comments on commit 9e4d77c

Please sign in to comment.