Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Apr 14, 2024
1 parent 82fd0be commit 8570073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/canary-mac-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
TARGET: aarch64-apple-darwin
steps:
- name: Build binary
run: cargo build --verbose --release --target ${{ env.TARGET }}
run: |
cd snm
cargo build --verbose --release --target ${{ env.TARGET }}
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit 8570073

Please sign in to comment.