Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 8, 2024
1 parent d92bd81 commit 00f2f83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ jobs:
qt_ver: [5.15.2]
qt_arch: [clang_64]
steps:
- name: "Select the latest stable Xcode 14"
uses: BoundfoxStudios/action-xcode-select@v1
with:
version: "14.3.1"
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand All @@ -290,10 +294,6 @@ jobs:
- name: Install dependencies
run: |
brew install quazip gnu-sed aria2
- name: "Select the latest stable Xcode 14"
uses: BoundfoxStudios/action-xcode-select@v1
with:
version: "14.3.1"
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down

0 comments on commit 00f2f83

Please sign in to comment.