From f553da1730f0821bbf5c796cf25b8fd397742edd Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 15 Jul 2020 13:53:40 -0700 Subject: [PATCH] GitHub artifact test didn't work. --- .github/workflows/build.yml | 2 -- .github/workflows/cygwin-save.yml | 21 --------------------- 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/cygwin-save.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaaeed8e..fbab5cd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,8 @@ name: build on: push: branches: [ master ] - paths-ignore: [ .github/workflows/cygwin-save.yml ] pull_request: branches: [ master ] - paths-ignore: [ .github/workflows/cygwin-save.yml ] jobs: diff --git a/.github/workflows/cygwin-save.yml b/.github/workflows/cygwin-save.yml deleted file mode 100644 index 136ed157..00000000 --- a/.github/workflows/cygwin-save.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: cygwin-save - -on: - push: - branches: [ master ] - paths: [ .github/workflows/cygwin-save.yml ] - -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: c:/tools/cygwin -- 2.47.2