Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 16, 2024
1 parent b73f549 commit 870a6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ jobs:
with:
toolchain: stable
targets: aarch64-apple-ios
# - uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2

# - name: Build (getentropy.rs)
# run: cargo build --release --target=aarch64-apple-darwin
# - name: Check (getentropy.rs)
# run: grep panic target/aarch64-apple-darwin/release/libgetrandom_wrapper.dylib; (( $? == 1))

- run: cargo build --release --target=aarch64-apple-ios
- run: cargo build --release --target=aarch64-apple-ios
# - name: Install precompiled cargo-dinghy
# run: |
# VERSION=0.7.2
Expand Down

0 comments on commit 870a6b5

Please sign in to comment.