Skip to content

Commit 42eb700

Browse files
committed
workflow
1 parent f21be89 commit 42eb700

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ on:
88

99
jobs:
1010
win_nightly:
11-
1211
runs-on: windows-latest
13-
1412
steps:
1513
- uses: actions/checkout@v4
1614
with:
1715
submodules: 'recursive'
1816
- uses: msys2/setup-msys2@v2
1917
with:
20-
update: true
21-
install: >-
22-
make
23-
mingw-w64-ucrt-x86_64-{clang,cmake,llvm-openmp}
24-
patch
18+
update: true
19+
install: >-
20+
make
21+
mingw-w64-ucrt-x86_64-{clang,cmake,llvm-openmp}
22+
patch
2523
- shell: msys2 {0}
2624
run: |
2725
uname -a

0 commit comments

Comments
 (0)