Skip to content

Commit

Permalink
Fix macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
snape committed Nov 12, 2022
1 parent 5961f05 commit e2b03da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
uses: actions/checkout@v3
- name: setup
run: |
rm -f /usr/local/bin/*3.11*
brew update -q
brew bundle install -q --no-lock
shell: zsh -efuo pipefail {0}
Expand Down Expand Up @@ -262,6 +263,7 @@ jobs:
uses: actions/checkout@v3
- name: setup
run: |
rm -f /usr/local/bin/*3.11*
brew update -q
brew bundle install -q --no-lock
env:
Expand Down Expand Up @@ -410,7 +412,7 @@ jobs:
uses: actions/checkout@v3
- name: setup
run: |
choco update cmake.install -r -y --install-arguments=ADD_CMAKE_TO_PATH=System `
choco upgrade cmake.install -r -y --install-arguments=ADD_CMAKE_TO_PATH=System `
--no-progress
choco install doxygen.install -f -r -y --no-progress
shell: pwsh
Expand Down

0 comments on commit e2b03da

Please sign in to comment.