From 080a478c436a099c36a1235f649da66409e124eb Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:34:11 +0000 Subject: [PATCH] Bust cache to retry building --- .github/workflows/rest-api-fuzzer.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rest-api-fuzzer.yml b/.github/workflows/rest-api-fuzzer.yml index a5cb96511b..406c48e7e2 100644 --- a/.github/workflows/rest-api-fuzzer.yml +++ b/.github/workflows/rest-api-fuzzer.yml @@ -24,6 +24,11 @@ jobs: contents: read steps: + - uses: actions/checkout@v4 + name: Checkout speckle-server + with: + path: 'speckle-server' + - uses: actions/checkout@v4 name: Checkout RESTler Fuzzer with: @@ -58,7 +63,7 @@ jobs: with: path: | ${{ github.workspace }}/bin/restler - key: restler-binaries-${{ env.RESTLER_VERSION }} + key: restler-binaries-${{ env.RESTLER_VERSION }}-${{ hashFiles('speckle-server/.github/workflows/rest-api-fuzzer.yml') }} - name: Build RESTler if: steps.cache-restler-bin-restore.outputs.cache-hit != 'true' @@ -80,11 +85,6 @@ jobs: ${{ github.workspace }}/bin/restler key: ${{ steps.cache-restler-bin-restore.outputs.cache-primary-key }} - - uses: actions/checkout@v4 - name: Checkout speckle-server - with: - path: 'speckle-server' - - name: Restore cached Restler configuration id: cache-config-restore uses: actions/cache/restore@v4