Skip to content

Commit

Permalink
try link brew.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Apr 25, 2024
1 parent d3c0fb5 commit 04a0782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
brew install aspell
# Add additional packages on 3.11: https://github.com/ethereum/execution-spec-tests/issues/274
if [ ${{ matrix.python }} == '3.11' ]; then brew install autoconf automake libtool; fi
- name: Check and Link Cairo
if: runner.os == 'macOS'
run: |
brew link --force cairo
brew list --versions cairo
- name: Set Library Paths
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 04a0782

Please sign in to comment.