Browse Source

Attempt to fix brew link error.

Ian Walton 2 years ago
parent
commit
0235c59482
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -20,6 +20,7 @@ jobs:
     - name: Install dependencies
       run: |
         brew update
+        rm /usr/local/bin/2to3-3.11
         brew install ninja mpv
     - name: Release build
       run: |