We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f66b08 commit ffa73c8Copy full SHA for ffa73c8
.github/workflows/ci.yml
@@ -356,6 +356,9 @@ jobs:
356
defaults:
357
run:
358
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
359
+ env:
360
+ CYGWIN_NOWINPATH: 1
361
+ CHERE_INVOKING: 1
362
steps:
363
- name: Set up Cygwin
364
uses: cygwin/cygwin-install-action@master
@@ -365,19 +368,13 @@ jobs:
365
368
- uses: actions/checkout@v3
366
369
367
370
- name: build
- run: |
- cd $GITHUB_WORKSPACE
- make
371
+ run: make
372
373
- name: stats
374
375
- make stats
+ run: make stats
376
377
- name: test
378
379
380
- make test
+ run: make test
381
382
openbsd:
383
runs-on: ubuntu-latest
0 commit comments