mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-26 15:58:36 -05:00
GitHub artifact test didn't work.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
21
.github/workflows/cygwin-save.yml
vendored
21
.github/workflows/cygwin-save.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user