Skip to content

Commit 12f2578

Browse files
committed
CI: fix cache
sorry for bypassing...
1 parent 0dcb973 commit 12f2578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ jobs:
275275
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
276276
shell: bash
277277
run: |
278+
gh extension install actions/gh-actions-cache
278279
gh actions-cache delete ${{ steps.compiler-build-state-key.outputs.value }} \
279280
-R ${{ github.repository }} \
280281
-B ${{ github.ref }} \

0 commit comments

Comments
 (0)