Skip to content

Commit 47330e8

Browse files
committed
test windows build
1 parent a3bb55c commit 47330e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
run: cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release
6464

6565
- name: Build Project
66-
#run: make
67-
run: dir
66+
run: cmake -DCMAKE_GENERATOR_PLATFORM=x64
6867

6968
- name: Create Archive
7069
run: tar -zcf bin/Release.tar.gz res/ -C bin/ synthlike

0 commit comments

Comments
 (0)