Skip to content

Commit

Permalink
Update .github/workflows/build_experimental_engine.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <[email protected]>
  • Loading branch information
aanorbel and bassosimone authored Jun 21, 2024
1 parent 29d0e56 commit 956ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_experimental_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: magnetikonline/action-golang-cache@v4
with:
go-version: "${{ steps.goversion.outputs.version }}"
cache-key-suffix: "-coverage-${{ steps.goversion.outputs.version }}"
cache-key-suffix: "-build-experimental-engine-${{ steps.goversion.outputs.version }}"

- name: Build Experimental Archive from `ooni/probe-cli`
run: ./gradlew buildExperimentalArchive
Expand Down

0 comments on commit 956ae09

Please sign in to comment.