Skip to content

Commit 992c374

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

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Update brew packages
6262
run: |
6363
brew update
64-
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW}"
64+
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW} openstacksdk"
6565
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
6666
brew install $(brew deps --direct --include-build root)
6767

0 commit comments

Comments
 (0)