Skip to content

Commit 0dcb973

Browse files
committed
CI: fix Windows
1 parent c34799c commit 0dcb973

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
@@ -273,6 +273,7 @@ jobs:
273273

274274
- name: Delete stable compiler build state
275275
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
276+
shell: bash
276277
run: |
277278
gh actions-cache delete ${{ steps.compiler-build-state-key.outputs.value }} \
278279
-R ${{ github.repository }} \

0 commit comments

Comments
 (0)