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