We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcb973 commit 12f2578Copy full SHA for 12f2578
.github/workflows/ci.yml
@@ -275,6 +275,7 @@ jobs:
275
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
276
shell: bash
277
run: |
278
+ gh extension install actions/gh-actions-cache
279
gh actions-cache delete ${{ steps.compiler-build-state-key.outputs.value }} \
280
-R ${{ github.repository }} \
281
-B ${{ github.ref }} \
0 commit comments