Skip to content

Commit

Permalink
chore: exclude target
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 5, 2024
1 parent bd21f6d commit 7037ad1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- target: x86_64-unknown-linux-gnu
- target: i686-unknown-linux-gnu
deps: apt-get install -y gcc-multilib
- target: aarch64-unknown-linux-gnu
deps: apt-get install -y gcc-aarch64-linux-gnu
- target: armv7-unknown-linux-gnueabihf
deps: apt-get install -y gcc-arm-linux-gnueabihf
# - target: aarch64-unknown-linux-gnu
# deps: apt-get install -y gcc-aarch64-linux-gnu
# - target: armv7-unknown-linux-gnueabihf
# deps: apt-get install -y gcc-arm-linux-gnueabihf

name: Compile ${{ matrix.target }} target
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7037ad1

Please sign in to comment.