fix powerpc ci.yml
This commit is contained in:
parent
565e6bc5e4
commit
871c533944
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
build-aarch64:
|
build-aarch64:
|
||||||
name: Build aarch64 Binaries
|
name: Build ARM64 Binaries
|
||||||
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [check, test, lints]
|
needs: [check, test, lints]
|
||||||
@ -111,7 +111,7 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: ${{ matrix.target }}
|
target: powerpc64-unknown-linux-gnu
|
||||||
override: true
|
override: true
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user