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 271991e commit df358ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
deps: apt-get install -y g++
- target: i686-unknown-linux-gnu
deps: apt-get install -y gcc-multilib libc6-dev
# - target: aarch64-unknown-linux-gnu
Expand All @@ -28,7 +29,7 @@ jobs:
run: |
apt-get update -y
apt-get upgrade -y
apt-get install -y cmake curl gcc g++ openjdk-8-jdk-headless
apt-get install -y cmake curl gcc openjdk-8-jdk-headless
- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
Expand Down

0 comments on commit df358ab

Please sign in to comment.