fix ci.yml

This commit is contained in:
Rohan Sircar 2021-04-24 22:52:59 +05:30 committed by GitHub
parent 565e6bc5e4
commit 5982d54cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ jobs:
~/.cargo/.crates.toml ~/.cargo/.crates.toml
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
run: sudo apt-get install -y gcc-powerpc-linux-gnu run: sudo apt-get install -y gcc-powerpc-linux-gnu
- name: Compile - name: Compile
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1