Skip to content

Commit

Permalink
chore: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 5, 2024
1 parent 8ee94f6 commit 52b58f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
- target: i686-unknown-linux-gnu
deps: apt-get install -y gcc-multilib libc6-dev
deps: apt-get install -y gcc-multilib g++-multilib libmpg123-dev:i386 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 52b58f9

Please sign in to comment.