diff options
author | crupest <crupest@outlook.com> | 2021-08-10 01:18:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-10 01:18:45 +0800 |
commit | 7ae89bde83ff4fd67101555c07942aa620744abc (patch) | |
tree | ffe7b227e1e081f348bdea4cb97251612948166f /.github | |
parent | 8ae1a8b50c4496e8ddff652f57055120b7a75461 (diff) | |
download | cru-7ae89bde83ff4fd67101555c07942aa620744abc.tar.gz cru-7ae89bde83ff4fd67101555c07942aa620744abc.tar.bz2 cru-7ae89bde83ff4fd67101555c07942aa620744abc.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 0ceea278..898788bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: key: vcpkg-${{ runner.os }} - name: Run build script - shell: powershell + shell: pwsh run: | & ./tools/Use-VC.ps1 Use-VC |