From: Wayne Davison Date: Wed, 15 Jul 2020 19:31:38 +0000 (-0700) Subject: Try to save cygwin install in an artifact. X-Git-Tag: v3.2.3pre1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab3928898f203789f4ce5a719390c5c7228daac5;p=thirdparty%2Frsync.git Try to save cygwin install in an artifact. --- diff --git a/.github/workflows/cygwin-save.yml b/.github/workflows/cygwin-save.yml new file mode 100644 index 00000000..efa03d9d --- /dev/null +++ b/.github/workflows/cygwin-save.yml @@ -0,0 +1,20 @@ +name: cygwin-save + +on: + push: + branches: [ cygwin-artifact ] + +jobs: + + save-artifact: + runs-on: windows-latest + steps: + - uses: crazy-max/ghaction-chocolatey@v1.2.2 + with: + args: install -y --no-progress cygwin cyg-get + - name: prep + run: cyg-get make autoconf automake gcc-core gcc-g++ libssl-devel libzstd-devel liblz4-devel + - uses: actions/upload-artifact@v2 + with: + name: tools-cygwin + path: /tools/cygwin