From df358abc683f42f4eb0c0ab1cc09b40f810dc879 Mon Sep 17 00:00:00 2001 From: KagChi <59391215+KagChi@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:47:11 +0000 Subject: [PATCH] chore: install deps --- .github/workflows/compile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 36b9309..30a11c5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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 @@ -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: