We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ffc3c commit 883cb98Copy full SHA for 883cb98
1 file changed
.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