We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10791c0 commit 1b632ddCopy full SHA for 1b632dd
.github/workflows/build-windows.yml
@@ -6,18 +6,13 @@ on:
6
jobs:
7
build_windows:
8
name: Windows builds
9
- runs-on: windows-2019
+ runs-on: windows-latest
10
defaults:
11
run:
12
shell: msys2 {0}
13
env:
14
PATH: ${{ github.workspace }}/.local/bin:$PATH
15
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%
21
- uses: actions/checkout@v2
22
- uses: msys2/setup-msys2@v2
23
with:
0 commit comments