We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ab69 commit 6cd7010Copy full SHA for 6cd7010
2 files changed
.github/workflows/main.yml
@@ -61,6 +61,7 @@ jobs:
61
run: pip install cryptography --break-system-packages
62
- name: Build
63
run: |
64
+ $env:VCPKG_ROOT=""
65
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64 -DCMAKE_BUILD_TYPE=Release
66
cmake --build ./build/x64 --config Release --parallel 10
67
- name: Download ghostship.o2r
.github/workflows/windows.yml
@@ -14,6 +14,7 @@ jobs:
14
15
16
17
18
19
cmake --build ./build/x64
20
- name: Upload build
0 commit comments