From 36a676375504d821c89079a570f29ab5041d7594 Mon Sep 17 00:00:00 2001 From: dcvz Date: Sat, 6 Jul 2024 01:21:08 +0200 Subject: [PATCH] Use new image --- .github/workflows/validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 60d8259..005e80b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,7 +24,7 @@ jobs: build-linux: runs-on: ${{ matrix.os }} container: - image: dcvz/n64recomp:0.0.1-ubuntu-18.04 + image: dcvz/n64recomp:ubuntu-18.04 strategy: matrix: type: [ Debug, Release ] @@ -32,12 +32,12 @@ jobs: name: ubuntu-18.04 (x64, ${{ matrix.type }}) steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} submodules: recursive - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.11 + uses: hendrikmuhs/ccache-action@v1.2 with: key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64-${{ inputs.N64RECOMP_COMMIT }} - name: Prepare Build