update ci file

fix powerpc build
This commit is contained in:
Rohan Sircar 2021-04-23 00:00:44 +05:30
parent a624c31240
commit 85bc92ad9b

View File

@ -102,6 +102,10 @@ jobs:
override: true override: true
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@v1.2.0 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 - name: Compile
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: