mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Change build back to pwsh. Invocation of libtool for libiconv fails in bash on Windows.
This commit is contained in:
parent
c111e6b6bc
commit
3893cf738c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -65,13 +65,13 @@ jobs:
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
|
|
||||||
- name: Build Supercell Wx
|
- name: Build Supercell Wx
|
||||||
shell: bash
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../scwx/ \
|
cmake ../scwx/ `
|
||||||
-G Ninja \
|
-G Ninja `
|
||||||
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" \
|
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" `
|
||||||
-DCMAKE_INSTALL_PREFIX="../install"
|
-DCMAKE_INSTALL_PREFIX="../install"
|
||||||
ninja supercell-wx wxtest
|
ninja supercell-wx wxtest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue