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 c34799c commit 0dcb973Copy full SHA for 0dcb973
.github/workflows/ci.yml
@@ -273,6 +273,7 @@ jobs:
273
274
- name: Delete stable compiler build state
275
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
276
+ shell: bash
277
run: |
278
gh actions-cache delete ${{ steps.compiler-build-state-key.outputs.value }} \
279
-R ${{ github.repository }} \
0 commit comments