From 11ba2242718b1e80ee4c539c21f4d2cc0c901a48 Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 30 Sep 2024 13:42:58 +0200 Subject: [PATCH] Use :lg instance and bypass cache --- .github/workflows/validate.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3f4202e..3b83867 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ concurrency: cancel-in-progress: true jobs: build-linux: - runs-on: ${{ format('blaze/{0}-amd64', matrix.os) }} + runs-on: ${{ format('blaze/{0}-amd64:lg', matrix.os) }} container: image: dcvz/n64recomp:ubuntu-18.04 volumes: @@ -47,7 +47,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }}-x + key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }}-xy - name: Prepare Build run: |- git clone ${{ secrets.ZRE_REPO_WITH_PAT }} @@ -108,7 +108,7 @@ jobs: name: Zelda64Recompiled-AppImage-X64-${{ matrix.type }} path: Zelda64Recompiled-*.AppImage build-linux-arm64: - runs-on: ${{ format('blaze/{0}', matrix.os) }} + runs-on: ${{ format('blaze/{0}:lg', matrix.os) }} strategy: matrix: type: [ Debug, Release ] @@ -123,7 +123,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }}-x + key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-arm64-${{ inputs.N64RECOMP_COMMIT }}-xy - name: Install Linux Dependencies run: | sudo apt-get update @@ -210,7 +210,7 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-x + key: ${{ runner.os }}-z64re-ccache-${{ matrix.type }}-xy - name: Install Windows Dependencies run: | choco install ninja