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 ec78e58 commit 47c8857Copy full SHA for 47c8857
.github/workflows/update-brew-macs.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Update brew packages
67
run: |
68
brew update
69
- 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
70
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
71
brew install $(brew deps --direct --include-build root)
72
0 commit comments