Skip to content

Commit

Permalink
cygwin-CI: etc/ -> dev/
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha authored and ChrisJefferson committed Feb 19, 2021
1 parent ad7cfb8 commit e7b6485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
run: |
@ECHO ON
SET CHERE_INVOKING=1
C:\cygwin64\bin\bash -l -c 'bash etc/ci-prepare.sh'
C:\cygwin64\bin\bash -l -c 'bash dev/ci-prepare.sh'
shell: cmd

- name: Run tests
run: |
SET CHERE_INVOKING=1
C:\cygwin64\bin\bash -l -c 'bash etc/ci.sh'
C:\cygwin64\bin\bash -l -c 'bash dev/ci.sh'
shell: cmd

0 comments on commit e7b6485

Please sign in to comment.