Skip to content

Commit

Permalink
fix: graphviz error during ci ("brew link" fail on macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Apr 13, 2024
1 parent 6c17f98 commit 63cabe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
go-version-file: 'go.mod'
cache: true

- name: Remove symlink 2to3
if: matrix.os == 'macos-latest'
run: |
: # Workaround GitHub Actions Python issues
brew unlink python && brew link --overwrite python
- name: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v2

Expand Down

0 comments on commit 63cabe1

Please sign in to comment.