Skip to content

Commit

Permalink
trying (yet again) to fix travis iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin authored Apr 21, 2024
1 parent 95399fb commit 261a8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/osx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ brew install jq lftp
brew uninstall wget
brew install wget
echo "Current PATH: $PATH"
pip3 install --upgrade pip
pip3 install aqtinstall -t /Users/travis/aqt
pip3 install --break-system-packages --upgrade pip
pip3 install --break-system-packages aqtinstall -t /Users/travis/aqt
export PYTHONPATH=$PYTHONPATH:/Users/travis/aqt
/Users/travis/aqt/bin/aqt install-qt mac desktop 6.2.4 clang_64 -m all -O /Users/travis/Qt
networksetup -setv6off Ethernet

1 comment on commit 261a8c0

@limpkin
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOS*

Please sign in to comment.