GH Actions apparently use PowerShell by default now -- fix syntax error.
This commit is contained in:
3
.github/workflows/msvc-ci.yml
vendored
3
.github/workflows/msvc-ci.yml
vendored
@@ -8,7 +8,8 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Configure and Build
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 16 2019" -A Win32 ..
|
||||
cmake --build . --config Debug
|
||||
|
||||
|
Reference in New Issue
Block a user