From: Darren Tucker Date: Fri, 19 Aug 2022 05:18:09 +0000 (+1000) Subject: Fix cygwin conditional steps. X-Git-Tag: V_9_1_P1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b470b9036639cef4f32fb303bb35ea0b711178d;p=thirdparty%2Fopenssh-portable.git Fix cygwin conditional steps. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 03d6a5190..2c5301eda 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -80,10 +80,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: set cygwin git params - if: ${{ matrix.configs }} == 'windows-2019' + if: ${{ matrix.configs == 'windows-2019' }} run: git config --global core.autocrlf input - name: install cygwin - if: ${{ matrix.configs }} == 'windows-2019' + if: ${{ matrix.configs == 'windows-2019' }} uses: cygwin/cygwin-install-action@master with: packages: autoconf, automake, cygwin-devel, gcc-core, make, openssl-devel, zlib-devel