Browse Source

update ci file

devel
Rohan Sircar 3 years ago
parent
commit
133b48d9d6
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -105,7 +105,7 @@ jobs:
- name: Install PowerPC GCC
if: ${{ matrix.target }} == 'powerpc64-unknown-linux-gnu'
run: |
apt-get install -y gcc-powerpc-linux-gnu
sudo apt-get install -y gcc-powerpc-linux-gnu
- name: Compile
uses: actions-rs/cargo@v1
with:

Loading…
Cancel
Save