Change build back to pwsh. Invocation of libtool for libiconv fails in bash on Windows.

This commit is contained in:
Dan Paulat 2023-01-25 23:59:10 -06:00
parent c111e6b6bc
commit 3893cf738c

View file

@ -65,13 +65,13 @@ jobs:
conan profile new default --detect
- name: Build Supercell Wx
shell: bash
shell: pwsh
run: |
mkdir build
cd build
cmake ../scwx/ \
-G Ninja \
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" \
cmake ../scwx/ `
-G Ninja `
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" `
-DCMAKE_INSTALL_PREFIX="../install"
ninja supercell-wx wxtest