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 65be772 commit 6d8e1eeCopy full SHA for 6d8e1ee
.github/workflows/update-brew-macs.yml
@@ -15,6 +15,12 @@ on:
15
paths:
16
- '.github/workflow/update-brew-macs.yml'
17
18
+ pull_request:
19
+ branches:
20
+ - 'master'
21
+ paths:
22
+ - '.github/workflow/update-brew-macs.yml'
23
+
24
env:
25
VENV_DIR: ${{ github.workspace }}/ROOT_CI_VENV
26
@@ -55,7 +61,7 @@ jobs:
55
61
- name: Update brew packages
56
62
run: |
57
63
brew update
58
- 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"
59
65
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
60
66
brew install $(brew deps --direct --include-build root)
67
0 commit comments