diff options
author | crupest <crupest@outlook.com> | 2022-01-20 23:46:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-20 23:46:16 +0800 |
commit | 01d85a42373d913b31c5d0fe7fa784bc43f6b912 (patch) | |
tree | f0089a4f66a4057c7f5cbac3ef68719fbe9a48a2 /.github | |
parent | ed9802f06cecce93d578df195fc7ed00a82a6eed (diff) | |
download | cru-01d85a42373d913b31c5d0fe7fa784bc43f6b912.tar.gz cru-01d85a42373d913b31c5d0fe7fa784bc43f6b912.tar.bz2 cru-01d85a42373d913b31c5d0fe7fa784bc43f6b912.zip |
...
Diffstat (limited to '.github')
-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 4a03b8ee..0959051a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Build run: | - mkdir -p ${{ env.VCPKG_DEFAULT_BINARY_CACHE }} + New-Item -ItemType Directory -Force -Path ${{ env.VCPKG_DEFAULT_BINARY_CACHE }} cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -S. -Bbuild -G Ninja cmake --build build --config Debug --target all |