Skip to content

Commit 1f0977c

Browse files
committed
workflows
1 parent a107bcd commit 1f0977c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/win_rel.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: 'recursive'
16+
- name: Install MSYS2
17+
uses: msys2/setup-msys2@v2
18+
with:
19+
update: true
1620
- name: make
21+
shell: msys2 {0}
1722
run: |
18-
pacman -S mingw-w64-x86_64-{gcc,glfw} make
23+
pacman -S --nocomfirm mingw-w64-x86_64-{gcc,glfw} make
1924
make
20-
shell: bash

0 commit comments

Comments
 (0)