GitHub artifact test didn't work.
authorWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 20:53:40 +0000 (13:53 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 20:53:40 +0000 (13:53 -0700)
.github/workflows/build.yml
.github/workflows/cygwin-save.yml [deleted file]

index eaaeed8e7e1a80505994c4b1e88ce2b93dc1fa15..fbab5cd4ff8cae2da206acf4cee33d9d872c3bdd 100644 (file)
@@ -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 (file)
index 136ed15..0000000
+++ /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