[openssh-commits] [openssh] 01/01: Install Cygwin packages based on OS not config.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 19 17:22:43 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 6851f4b8c3fc1b3e1114c56106e4dc31369c8513
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Aug 19 17:22:18 2022 +1000

    Install Cygwin packages based on OS not config.
---
 .github/workflows/c-cpp.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 2c5301ed..36d58a42 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.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 at master
       with:
         packages: autoconf, automake, cygwin-devel, gcc-core, make, openssl-devel, zlib-devel

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list