From 3893cf738c62fc4d269aaa75e6d968517a06109a Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 25 Jan 2023 23:59:10 -0600 Subject: [PATCH] Change build back to pwsh. Invocation of libtool for libiconv fails in bash on Windows. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e15418..b9eba420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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