This commit is contained in:
Saúl Ibarra Corretgé 2023-12-07 09:26:11 +01:00
parent 3f66b08b9c
commit ffa73c8f18

View file

@ -356,6 +356,9 @@ jobs:
defaults:
run:
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
env:
CYGWIN_NOWINPATH: 1
CHERE_INVOKING: 1
steps:
- name: Set up Cygwin
uses: cygwin/cygwin-install-action@master
@ -365,19 +368,13 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
cd $GITHUB_WORKSPACE
make
run: make
- name: stats
run: |
cd $GITHUB_WORKSPACE
make stats
run: make stats
- name: test
run: |
cd $GITHUB_WORKSPACE
make test
run: make test
openbsd:
runs-on: ubuntu-latest