aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 62eb32c4..f0352ab2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
- name: Build
run: |
- . tools/Use-VC.ps1
+ . scripts/Use-VC.ps1
Use-VC
cmake -DCMAKE_BUILD_TYPE=Debug -S. -Bbuild -G Ninja
cmake --build build --config Debug --target all
@@ -66,7 +66,7 @@ jobs:
- name: Build
run: |
- . tools/Use-VC.ps1
+ . scripts/Use-VC.ps1
Use-VC
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=1 -S. -Bbuild-dynamic -G Ninja
cmake --build build-dynamic --config Debug --target all