]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Install Cygwin packages based on OS not config.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 19 Aug 2022 07:22:18 +0000 (17:22 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 19 Aug 2022 07:22:18 +0000 (17:22 +1000)
.github/workflows/c-cpp.yml

index 2c5301eda3eeca7e550bccbb2e4152de3b1541eb..36d58a42003c6d1984cc029f219cae68216d2642 100644 (file)
@@ -80,10 +80,10 @@ jobs:
     runs-on: ${{ matrix.os }}
     steps:
     - name: set cygwin git params
-      if: ${{ matrix.configs == 'windows-2019' }}
+      if: ${{ matrix.os == 'windows-2019' }}
       run: git config --global core.autocrlf input
     - name: install cygwin
-      if: ${{ matrix.configs == 'windows-2019' }}
+      if: ${{ matrix.os == 'windows-2019' }}
       uses: cygwin/cygwin-install-action@master
       with:
         packages: autoconf, automake, cygwin-devel, gcc-core, make, openssl-devel, zlib-devel