diff options
author | crupest <crupest@outlook.com> | 2022-02-10 20:40:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-10 20:40:56 +0800 |
commit | 28d7016c32b39656dafa0936cfedb02159f9e7cd (patch) | |
tree | 5d21eabd1487d26438eb12c888ffaa51b59bf25d /.github/workflows | |
parent | c1dbad5fdf0560983e6c832eddded6f610eae94e (diff) | |
download | cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.tar.gz cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.tar.bz2 cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 676531a7..50c54149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,9 @@ jobs: - name: Build run: | - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -S. -Bbuild -G Ninja + . tools/Use-VC.ps1 + Use-VC + cmake -DCMAKE_BUILD_TYPE=Debug -S. -Bbuild -G Ninja cmake --build build --config Debug --target all - name: Test |