We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f88f30 commit e565c75Copy full SHA for e565c75
1 file changed
.github/workflows/c-cpp.yml
@@ -60,7 +60,7 @@ jobs:
60
61
build-windows:
62
name: Build and run tests on Windows
63
- runs-on: windows-2019
+ runs-on: windows-2022
64
permissions:
65
contents: read
66
pull-requests: read
@@ -74,10 +74,10 @@ jobs:
74
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
75
echo "CC=i686-w64-mingw32-gcc" >> "$GITHUB_ENV"
76
shell: bash
77
- - name: Install ZIP
+ - name: Install packages
78
run: |
79
export
80
- pacman -Sy --noconfirm --noprogressbar --needed zip
+ pacman -Sy --noconfirm --noprogressbar --needed zip mingw-w64-i686-gcc
81
82
- name: make
83
0 commit comments