From 85bc92ad9ba82e3a48053b75e6f1e5cd510bedd6 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 23 Apr 2021 00:00:44 +0530 Subject: [PATCH] update ci file fix powerpc build --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: