update ci file

This commit is contained in:
Rohan Sircar 2021-04-23 00:05:53 +05:30
parent 85bc92ad9b
commit 133b48d9d6

View File

@ -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: