Skip to content

Commit fb03809

Browse files
committed
workflow
1 parent 42eb700 commit fb03809

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
update: true
1919
install: >-
2020
make
21-
mingw-w64-ucrt-x86_64-{clang,cmake,llvm-openmp}
2221
patch
2322
- shell: msys2 {0}
24-
run: |
25-
uname -a
26-
make
23+
run: |
24+
uname -a
25+
pacman -S mingw-w64-ucrt-x86_64-{clang,cmake,llvm-openmp}
26+
make

0 commit comments

Comments
 (0)