Try installing powerpc64 gcc package
This commit is contained in:
parent
81a72578a1
commit
c4e48e56bc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
target
|
target
|
||||||
key: ${{ runner.os }}-powerpc64-unknown-linux-gnu-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-powerpc64-unknown-linux-gnu-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Install PowerPC gcc
|
- 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
|
- name: Compile
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user