From 45b0aa21d1be49bff2d9b25c6338a6ded4318df3 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Tue, 27 Oct 2020 16:56:08 +0100 Subject: [PATCH] Add correct variables to ARM64 workflow and clean .racket --- .github/workflows/ci-push-arm_linux.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-push-arm_linux.yml b/.github/workflows/ci-push-arm_linux.yml index fee4177f37..69af53fdd3 100644 --- a/.github/workflows/ci-push-arm_linux.yml +++ b/.github/workflows/ci-push-arm_linux.yml @@ -155,6 +155,7 @@ jobs: strategy: fail-fast: false matrix: + arch: [ARM64] cc: [gcc, clang] runs-on: [self-hosted, Linux, '${{ matrix.arch }}'] @@ -226,6 +227,8 @@ jobs: runs-on: [self-hosted, Linux, '${{ matrix.arch }}'] steps: + - name: Clean racket pkg folder + run: rm -rf $HOME/.racket - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: @@ -293,12 +296,15 @@ jobs: strategy: fail-fast: false matrix: + arch: [ARM64] cify: [cify, nocify] ep: [ep, noep] runs-on: [self-hosted, Linux, '${{ matrix.arch }}'] steps: + - name: Clean racket pkg folder + run: rm -rf $HOME/.racket - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: @@ -368,6 +374,8 @@ jobs: runs-on: [self-hosted, Linux, '${{ matrix.arch }}'] steps: + - name: Clean racket pkg folder + run: rm -rf $HOME/.racket - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: