Skip to content

Commit 37c0add

Browse files
committed
Attempt to fix GitHub action (17)
1 parent aab0090 commit 37c0add

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
mingw-w64-i686-pkgconf
104104
mingw-w64-i686-libxml2
105105
106+
- name: Update
107+
shell: cmd
108+
run: C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-Syuu' '--overwrite' '*'"
109+
106110
- name: Create Build Environment
107111
shell: bash
108112
run: mkdir build

0 commit comments

Comments
 (0)