Browse Source

update ci file

fix powerpc build
devel
Rohan Sircar 3 years ago
parent
commit
85bc92ad9b
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -102,6 +102,10 @@ jobs:
override: true
- name: Rust Cache
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
uses: actions-rs/cargo@v1
with:

Loading…
Cancel
Save