mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-17 20:12:54 +08:00
[workflows] update ios on macos11
This commit is contained in:
parent
ca508359e5
commit
c9e7748a98
1
.github/workflows/ios-macos-11_0.yml
vendored
1
.github/workflows/ios-macos-11_0.yml
vendored
@ -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
|
||||
|
4
.github/workflows/macos-11_0.yml
vendored
4
.github/workflows/macos-11_0.yml
vendored
@ -35,7 +35,9 @@ jobs:
|
||||
- name: prepare env
|
||||
run: |
|
||||
softwareupdate --all --install --force
|
||||
sudo xcode-select --switch /Library/Developer/CommandLineTools
|
||||
sudo xcode-select --print-path
|
||||
sudo xcode-select --switch /Library/Developer/CommandLineTools
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.13.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user