Skip to content

Commit 83c85bf

Browse files
committed
.cirrus.yml: add bash to the brew packages
Like the sed we include earlier we want something more recent for iotests to work. Fixes: 57ee95e Cc: Max Reitz <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent bf7801d commit 83c85bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ macos_task:
2020
osx_instance:
2121
image: mojave-base
2222
install_script:
23-
- brew install pkg-config python gnu-sed glib pixman make sdl2
23+
- brew install pkg-config python gnu-sed glib pixman make sdl2 bash
2424
script:
2525
- mkdir build
2626
- cd build
@@ -33,7 +33,7 @@ macos_xcode_task:
3333
# this is an alias for the latest Xcode
3434
image: mojave-xcode
3535
install_script:
36-
- brew install pkg-config gnu-sed glib pixman make sdl2
36+
- brew install pkg-config gnu-sed glib pixman make sdl2 bash
3737
script:
3838
- mkdir build
3939
- cd build

0 commit comments

Comments
 (0)