Skip to content

Commit

Permalink
Update Python Qt macOS CI (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Dec 13, 2023
1 parent f8e414a commit 86dec65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ jobs:
env:
MLN_COMPILER: ${{ matrix.compiler }}
run: |
brew install --overwrite [email protected]
# https://github.com/actions/runner-images/issues/8838#issuecomment-1817486924
brew link --overwrite [email protected]
brew install "$MLN_COMPILER"
echo "/usr/local/opt/${MLN_COMPILER}/bin" >> "$GITHUB_PATH"
{
Expand Down

0 comments on commit 86dec65

Please sign in to comment.