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

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 19, 2020
1 parent c4e44d1 commit 193b699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# trick from https://github.com/haproxy/haproxy/blob/master/.github/workflows/windows-latest.yml
- name: save pwd
run: |
C:\\tools\\cygwin\\bin\\bash -l -c 'pwd'
C:\\tools\\cygwin\\bin\\bash -l -c 'pwd; env'
- name: bootstrap
run: |
C:\\tools\\cygwin\\bin\\bash -l -c 'cd "$OLDPWD" && ./bootstrap'
C:\\tools\\cygwin\\bin\\bash -l -c 'cd "$OLDPWD" && env && ./bootstrap'
- name: install additional cygwin packages with choco
if: matrix.pkgs == 'standard'
shell: bash {0}
Expand All @@ -44,7 +44,7 @@ jobs:
C:\\tools\\cygwin\\bin\\bash -l -c 'cd "$OLDPWD" && ./configure'
- name: make
run: |
C:\\tools\\cygwin\\bin\\bash -l -c 'pwd && cd "$OLDPWD" && echo "$OLDPWD" && export MAKE="make -j8" && make V=0 all'
C:\\tools\\cygwin\\bin\\bash -l -c 'cd "$OLDPWD" && env && export MAKE="make -j8" && make -w V=0 all'
- name: Prepare logs artifact
shell: bash
run: |
Expand Down

0 comments on commit 193b699

Please sign in to comment.