Skip to content

Commit

Permalink
adding windows test for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Aug 29, 2024
1 parent 0d48913 commit 168369a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
shell: cmd
run: |
echo %PATH%
- uses: egor-tensin/setup-cygwin@v4
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: cmake gcc-g++
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
run: |
ls.exe -Al
pwd.exe
ls -Al
pwd
# Cygwin executables are added to PATH, so you can call them directly:
# Alternatively, you can set Cygwin's bash as the shell to use:
#run: |
Expand Down

0 comments on commit 168369a

Please sign in to comment.