Skip to content

Commit 47c8857

Browse files
committed
[CI] Add openstacksdk to installed packages of homebrew VMs.
Openstack is needed to upload the tar files in nightlies.
1 parent ec78e58 commit 47c8857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-brew-macs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Update brew packages
6767
run: |
6868
brew update
69-
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW}"
69+
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW}" openstacksdk
7070
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
7171
brew install $(brew deps --direct --include-build root)
7272

0 commit comments

Comments
 (0)