Skip to content

Commit

Permalink
ci: disable tests for aarch64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Mar 8, 2024
1 parent 81bd0e9 commit 155b9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
skip_tests: false
skip_tests: true # pkg-config and ssl struggles
- build: x86_64-macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 155b9f2

Please sign in to comment.