1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00

[workflows] update ios on macos11

This commit is contained in:
jared 2022-01-05 19:41:45 +08:00
parent ca508359e5
commit c9e7748a98
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,7 @@ jobs:
- name: prepare env
run: |
softwareupdate --all --install --force
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt

View File

@ -35,7 +35,9 @@ jobs:
- name: prepare env
run: |
softwareupdate --all --install --force
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt
uses: jurplel/install-qt-action@v2.13.0
with: