Skip to content

Commit ffa73c8

Browse files
committedDec 7, 2023
fixup!
1 parent 3f66b08 commit ffa73c8

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎.github/workflows/ci.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ jobs:
356356
defaults:
357357
run:
358358
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
359+
env:
360+
CYGWIN_NOWINPATH: 1
361+
CHERE_INVOKING: 1
359362
steps:
360363
- name: Set up Cygwin
361364
uses: cygwin/cygwin-install-action@master
@@ -365,19 +368,13 @@ jobs:
365368
- uses: actions/checkout@v3
366369

367370
- name: build
368-
run: |
369-
cd $GITHUB_WORKSPACE
370-
make
371+
run: make
371372

372373
- name: stats
373-
run: |
374-
cd $GITHUB_WORKSPACE
375-
make stats
374+
run: make stats
376375

377376
- name: test
378-
run: |
379-
cd $GITHUB_WORKSPACE
380-
make test
377+
run: make test
381378

382379
openbsd:
383380
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)