Skip to content

Commit 1b632dd

Browse files
committed
ci: another attempt for windows
1 parent 10791c0 commit 1b632dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/build-windows.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ on:
66
jobs:
77
build_windows:
88
name: Windows builds
9-
runs-on: windows-2019
9+
runs-on: windows-latest
1010
defaults:
1111
run:
1212
shell: msys2 {0}
1313
env:
1414
PATH: ${{ github.workspace }}/.local/bin:$PATH
1515
steps:
16-
- name: Add a fake 'git' to the PATH to force checkout to download zipball instead
17-
shell: cmd
18-
run: |
19-
echo echo hello > git.bat
20-
echo ::add-path::%CD%
2116
- uses: actions/checkout@v2
2217
- uses: msys2/setup-msys2@v2
2318
with:

0 commit comments

Comments
 (0)