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 b87f06a commit 992c374Copy full SHA for 992c374
.github/workflows/update-brew-macs.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Update brew packages
62
run: |
63
brew update
64
- brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW}"
+ brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW} openstacksdk"
65
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
66
brew install $(brew deps --direct --include-build root)
67
0 commit comments