Skip to content

Commit 6020842

Browse files
committed
Forgot to remove the default shell
1 parent 696f844 commit 6020842

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate-srcinfo.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
update-srcinfo:
1313
runs-on: windows-latest
1414
if: ${{ github.repository == 'msys2/MINGW-packages' || github.event_name == 'workflow_dispatch' }}
15-
defaults:
16-
run:
17-
shell: msys2 {0}
15+
1816
steps:
1917
- uses: actions/checkout@v2
2018
with:

0 commit comments

Comments
 (0)