update ci file
This commit is contained in:
parent
85bc92ad9b
commit
133b48d9d6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
- name: Install PowerPC GCC
|
- name: Install PowerPC GCC
|
||||||
if: ${{ matrix.target }} == 'powerpc64-unknown-linux-gnu'
|
if: ${{ matrix.target }} == 'powerpc64-unknown-linux-gnu'
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y gcc-powerpc-linux-gnu
|
sudo 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