Skip to content

Commit

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

0 comments on commit 271991e

Please sign in to comment.