summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-06-02 01:09:18 -0400
committerGitHub <noreply@github.com>2023-06-02 01:09:18 -0400
commit598566a55685916c64056efec47a0bee95ccc702 (patch)
treed664eb47073e714eb4f41ef2a27b387d6e7045e3 /.github
parentc9d24f2e9835048bafd64f5cd7586f7d0e713a05 (diff)
Update generate-builds.yml (#2941)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/generate-builds.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index 5e124da35..fd856cb67 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -289,6 +289,8 @@ jobs:
key: ${{ runner.os }}-ccache
- uses: ilammy/msvc-dev-cmd@v1
- name: Build SoH
+ env:
+ VCPKG_ROOT: D:/a/vcpkg
run: |
set $env:PATH="$env:USERPROFILE/.cargo/bin;$env:PATH"
cmake -S . -B build-windows -G Ninja -DCMAKE_MAKE_PROGRAM=ninja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache