Skip to content

Commit

Permalink
Skip aarch64 job for now while it's broken (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster authored Aug 11, 2024
1 parent c2f5d5a commit d5e8888
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [aarch64-unknown-linux-gnu, x86_64-unknown-linux-musl]
target:
# TODO: Re-add once the GitHub environment is fixed
# - aarch64-unknown-linux-gnu
- x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit d5e8888

Please sign in to comment.