Skip to content

Commit

Permalink
CI bug fix - unlink 2to3 before installing python3
Browse files Browse the repository at this point in the history
  • Loading branch information
candyapplecorn committed Jan 15, 2024
1 parent ddf8487 commit cc72cf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# RE: https://discord.com/channels/314987288398659595/401594186983407616/1196451948413595778
- name: Unlink 2to3
if: matrix.target == '10.15_Catalina'
run: brew unlink python@2

- name: Install dependencies using homebrew
shell: bash
# cmake cannot find the mysql connector
Expand Down

0 comments on commit cc72cf8

Please sign in to comment.