We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a107bcd commit 1f0977cCopy full SHA for 1f0977c
1 file changed
.github/workflows/win_rel.yml
@@ -13,8 +13,12 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
submodules: 'recursive'
16
+ - name: Install MSYS2
17
+ uses: msys2/setup-msys2@v2
18
+ with:
19
+ update: true
20
- name: make
21
+ shell: msys2 {0}
22
run: |
- pacman -S mingw-w64-x86_64-{gcc,glfw} make
23
+ pacman -S --nocomfirm mingw-w64-x86_64-{gcc,glfw} make
24
make
- shell: bash
0 commit comments