Skip to content

Commit 6cd7010

Browse files
committed
Cleaned vcpkg root
1 parent 2f1ab69 commit 6cd7010

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: pip install cryptography --break-system-packages
6262
- name: Build
6363
run: |
64+
$env:VCPKG_ROOT=""
6465
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64 -DCMAKE_BUILD_TYPE=Release
6566
cmake --build ./build/x64 --config Release --parallel 10
6667
- name: Download ghostship.o2r

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: pip install cryptography --break-system-packages
1515
- name: Build
1616
run: |
17+
$env:VCPKG_ROOT=""
1718
cmake -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64 -DCMAKE_BUILD_TYPE=Release
1819
cmake --build ./build/x64
1920
- name: Upload build

0 commit comments

Comments
 (0)