Skip to content

Commit

Permalink
Attempt at fixing macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Mar 19, 2024
1 parent 0db8216 commit ab21357
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
- name: Checkout
uses: actions/[email protected]

# RE: https://discord.com/channels/314987288398659595/401594186983407616/1196451948413595778
- name: Unlink 2to3
run: brew unlink /usr/local/bin/2to3

- name: Install build requirements
run: |
brew install automake boost gflags --force --overwrite
brew install automake boost gflags
- name: Configure Project
uses: threeal/[email protected]
Expand Down

0 comments on commit ab21357

Please sign in to comment.