From 871c5339444675609c2b4f5138bc53fd655d3a0f Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sat, 24 Apr 2021 23:05:41 +0530 Subject: [PATCH] fix powerpc ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7326b62..d5f61d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: args: -- -D warnings 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')) runs-on: ubuntu-latest needs: [check, test, lints] @@ -111,7 +111,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - target: ${{ matrix.target }} + target: powerpc64-unknown-linux-gnu override: true - uses: actions/cache@v2 with: