Skip to content

Commit

Permalink
Remove python3 from macOS CI since its included in the image and is c…
Browse files Browse the repository at this point in the history
…ausing a conflict
  • Loading branch information
jwrober committed Dec 21, 2022
1 parent 01f85be commit cf30f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- name: Build
run: |
cmake --build build
windows:
name: "Windows MSYS2 (gcc)"
runs-on: windows-latest
Expand Down Expand Up @@ -222,7 +223,6 @@ jobs:
brew install \
cmake \
ninja \
python3 \
gettext \
create-dmg
brew link gettext --force
Expand Down

0 comments on commit cf30f85

Please sign in to comment.