Skip to content

Commit ff530de

Browse files
committed
Cirrus CI: run the build scripts on Windows with the MSYS2 bash.
1 parent 5af8dad commit ff530de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ windows_task:
8383
MAKEFLAGS: '/m /nologo /m /nologo /p:Configuration=Release'
8484
MATRIX_CC: cl
8585
script:
86-
- sh -c "./build_matrix.sh"
86+
- C:\tools\msys64\usr\bin\bash -lc "./build_matrix.sh"
8787

8888
coverity_task:
8989
name: Coverity Scan

0 commit comments

Comments
 (0)