Skip to content

Commit

Permalink
Bust cache to retry building
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 2, 2025
1 parent 5f86467 commit 080a478
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rest-api-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 080a478

Please sign in to comment.