We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7801d commit 83c85bfCopy full SHA for 83c85bf
.cirrus.yml
@@ -20,7 +20,7 @@ macos_task:
20
osx_instance:
21
image: mojave-base
22
install_script:
23
- - brew install pkg-config python gnu-sed glib pixman make sdl2
+ - brew install pkg-config python gnu-sed glib pixman make sdl2 bash
24
script:
25
- mkdir build
26
- cd build
@@ -33,7 +33,7 @@ macos_xcode_task:
33
# this is an alias for the latest Xcode
34
image: mojave-xcode
35
36
- - brew install pkg-config gnu-sed glib pixman make sdl2
+ - brew install pkg-config gnu-sed glib pixman make sdl2 bash
37
38
39
0 commit comments