aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-08-10 01:20:42 +0800
committercrupest <crupest@outlook.com>2021-08-10 01:20:42 +0800
commit775625d3e0f26fce5b0bcb72a1d64965176fcf7e (patch)
tree37a023335b93c67c216289f99ecbea8b52a322fa /.github/workflows
parent7ae89bde83ff4fd67101555c07942aa620744abc (diff)
downloadcru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.tar.gz
cru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.tar.bz2
cru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.zip
...
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 898788bd..ea4b7d41 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
- name: Run build script
shell: pwsh
run: |
- & ./tools/Use-VC.ps1
+ . ./tools/Use-VC.ps1
Use-VC
mkdir build && cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE:STRING=Debug