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 73ff6c8 commit 26662a9Copy full SHA for 26662a9
.github/workflows/ci-macos.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
eval $(build/bin/sage-print-system-package-command homebrew update)
49
- eval $(build/bin/sage-print-system-package-command homebrew --yes --ignore-missing install $(build/bin/sage-get-system-packages homebrew $(build/bin/sage-package list :standard:)))
+ eval $(build/bin/sage-print-system-package-command homebrew --yes --ignore-missing install $(build/bin/sage-get-system-packages homebrew _bootstrap _prereq $(build/bin/sage-package list :standard:)))
50
51
- name: Build
52
0 commit comments