diff options
author | crupest <crupest@outlook.com> | 2021-08-10 01:20:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-10 01:20:42 +0800 |
commit | 775625d3e0f26fce5b0bcb72a1d64965176fcf7e (patch) | |
tree | 37a023335b93c67c216289f99ecbea8b52a322fa /.github/workflows | |
parent | 7ae89bde83ff4fd67101555c07942aa620744abc (diff) | |
download | cru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.tar.gz cru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.tar.bz2 cru-775625d3e0f26fce5b0bcb72a1d64965176fcf7e.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |