Update CI-cygwin.yml
This commit is contained in:
parent
32c474b98f
commit
8485468e3d
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Defines
|
||||
run: |
|
||||
C:\tools\cygwin\bin\bash.exe -l -c gcc -xc++ -dM -E - < /dev/null | egrep '(cplus|WIN32|CYGWIN|MINGW|VERSION)'
|
||||
C:\tools\cygwin\bin\bash.exe -l -c "gcc -xc++ -dM -E - < /dev/null | egrep '(cplus|WIN32|CYGWIN|MINGW|VERSION)'"
|
||||
|
||||
- name: Build cppcheck
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue