Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 7, 2023
1 parent 3f66b08 commit ffa73c8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ffa73c8

Please sign in to comment.