Skip to content

Commit

Permalink
macos 11_0 not install xcode-select
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Dec 2, 2020
1 parent b94de78 commit d621fa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ios-macos-11_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: prepare env
run: |
softwareupdate --all --install --force
sudo xcode-select --install
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos-11_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: prepare env
run: |
softwareupdate --all --install --force
sudo xcode-select --install
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt
uses: jurplel/[email protected]
Expand Down

0 comments on commit d621fa0

Please sign in to comment.