Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 19, 2020
1 parent e56c8bd commit 5fc4dd7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v1
- name: install cygwin with choco
run: |
choco --version
choco install bash sed --source cygwin
- name: install minimal prerequisites with choco
- name: install cygwin and minimal prerequisites with choco
shell: bash {0}
run: |
choco --version
PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt)
choco install $PACKAGES --source cygwin
- name: bootstrap
Expand Down

0 comments on commit 5fc4dd7

Please sign in to comment.