Try installing powerpc64 gcc package

This commit is contained in:
Rohan Sircar 2021-04-29 01:31:06 +05:30 committed by GitHub
parent 81a72578a1
commit c4e48e56bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ jobs:
target
key: ${{ runner.os }}-powerpc64-unknown-linux-gnu-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install PowerPC gcc
run: sudo apt-get install -y gcc-powerpc-linux-gnu
run: sudo apt-get install -y gcc-powerpc64-linux-gnu
- name: Compile
uses: actions-rs/cargo@v1
with: