Skip to content

Commit

Permalink
Disabled AArch64 Linux Target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Aug 5, 2024
1 parent 1161bf0 commit 2a755df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ jobs:
runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
job: test
exclude:
- os: linux
arch: aarch64
runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
env:
TARGET: ${{ matrix.target }}

Expand Down

0 comments on commit 2a755df

Please sign in to comment.