update ci file
fix powerpc build
This commit is contained in:
parent
a624c31240
commit
85bc92ad9b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user