Skip to content

Commit ffbb61a

Browse files
committed
More fixes
1 parent b8d22aa commit ffbb61a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
pkg-config
3636
libtool
3737
38-
- name: Configure CMake
38+
- name: Build
3939
shell: msys2 {0}
4040
run: |
4141
cd build
4242
cmake ..
4343
cmake -G "Visual Studio 17 2022" -A "x64" -B build
4444
45-
- name: Build
45+
# - name: Build
4646
# shell: msys2 {0}
4747
# run: |
4848
# cmake ..

0 commit comments

Comments
 (0)