]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Build Cygwin on windows-2022 with newer python. [buildall]
authorWayne Davison <wayne@opencoder.net>
Wed, 9 Feb 2022 21:59:08 +0000 (13:59 -0800)
committerWayne Davison <wayne@opencoder.net>
Wed, 9 Feb 2022 22:00:13 +0000 (14:00 -0800)
.github/workflows/build.yml

index a44cd2ab9c1ab53105e4b3c27e80fb5d9758f06e..75987fa3a87c1475eb75a6a69a14b373afe6148a 100644 (file)
@@ -86,16 +86,15 @@ jobs:
           rrsync
 
   cygwin-build:
-    runs-on: windows-latest
+    runs-on: windows-2022
     if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
     steps:
     - uses: actions/checkout@v2
-    - uses: crazy-max/ghaction-chocolatey@v1.2.2
-      with:
-        args: install -y --no-progress cygwin cyg-get
+    - name: cygwin
+      run: choco install -y --no-progress cygwin cyg-get
     - name: prep
       run: |
-        cyg-get make autoconf automake gcc-core attr libattr-devel python38 python38-pip libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel
+        cyg-get make autoconf automake gcc-core attr libattr-devel python39 python39-pip libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel
         curl.exe -o git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h
         echo "C:/tools/cygwin/bin" >>$Env:GITHUB_PATH
     - name: commonmark