diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db1f3f9..9c94788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,10 @@ jobs: override: true - name: Rust Cache uses: Swatinem/rust-cache@v1.2.0 + - name: Install PowerPC GCC + if: ${{ matrix.target }} == 'powerpc64-unknown-linux-gnu' + run: | + apt-get install -y gcc-powerpc-linux-gnu - name: Compile uses: actions-rs/cargo@v1 with: