Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit fa6db9e

Browse files
committed
fix tests
1 parent 1c9bcf2 commit fa6db9e

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
@@ -55,8 +55,8 @@ jobs:
5555
cd build-geodiff
5656
5757
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
58-
exec { cmake -DBUILD_STATIC=TRUE -DENABLE_TESTS=FALSE ..\geodiff\geodiff }
59-
exec { cmake --build . --config Release }
58+
cmake -DBUILD_STATIC=TRUE -DENABLE_TESTS=FALSE ..\geodiff\geodiff
59+
cmake --build . --config Release
6060
6161
- name: build mergin-cpp-client
6262
shell: pwsh
@@ -66,5 +66,5 @@ jobs:
6666
cd build-mergin-cpp-client
6767
6868
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
69-
exec { qmake ..\mergin-cpp-client\src\client.pro CONFIG+=release CONFIG+=static }
70-
exec { nmake release }
69+
qmake ..\mergin-cpp-client\src\client.pro CONFIG+=release CONFIG+=static
70+
nmake release

0 commit comments

Comments
 (0)