Skip to content

Commit

Permalink
What about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldruce committed Nov 20, 2023
1 parent 43e1b1e commit 6bb2242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: startsWith(matrix.OS,'macos')
run: |
brew update || true
brew link --overwrite [email protected]
rm -rf /usr/local/bin/2to3 || true
brew install \
cmake \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatability_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: startsWith(matrix.OS,'macos')
run: |
brew update || true
brew link --overwrite [email protected]
rm -rf /usr/local/bin/2to3 || true
brew install \
cmake \
doxygen \
Expand Down

0 comments on commit 6bb2242

Please sign in to comment.