fixup!
This commit is contained in:
parent
3f66b08b9c
commit
ffa73c8f18
1 changed files with 6 additions and 9 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -356,6 +356,9 @@ jobs:
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
|
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
|
||||||
|
env:
|
||||||
|
CYGWIN_NOWINPATH: 1
|
||||||
|
CHERE_INVOKING: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Cygwin
|
- name: Set up Cygwin
|
||||||
uses: cygwin/cygwin-install-action@master
|
uses: cygwin/cygwin-install-action@master
|
||||||
|
@ -365,19 +368,13 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: make
|
||||||
cd $GITHUB_WORKSPACE
|
|
||||||
make
|
|
||||||
|
|
||||||
- name: stats
|
- name: stats
|
||||||
run: |
|
run: make stats
|
||||||
cd $GITHUB_WORKSPACE
|
|
||||||
make stats
|
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: make test
|
||||||
cd $GITHUB_WORKSPACE
|
|
||||||
make test
|
|
||||||
|
|
||||||
openbsd:
|
openbsd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue