Skip to content

Commit

Permalink
CI: Fix python issue for Mac runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelmo committed Mar 11, 2024
1 parent 637f8ea commit 3986143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:

- name: Install build dependencies
run: |
brew reinstall python@3 || brew link --overwrite python@3
brew update
brew install curl cmake sdl2 openal-soft libvorbis freetype git zip unzip
Expand Down Expand Up @@ -268,6 +269,7 @@ jobs:

- name: Install build dependencies
run: |
brew reinstall python@3 || brew link --overwrite python@3
brew update
brew install curl cmake sdl2 openal-soft libvorbis freetype git zip unzip
Expand Down

0 comments on commit 3986143

Please sign in to comment.