Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Mar 21, 2024
1 parent 59c0406 commit 3dc602d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
ACTION: ${{ matrix.env.action }}
DESTINATION: ${{ matrix.env.destination }}
steps:
- uses: actions/checkout@v2
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
submodules: true
xcode-version: 'latest-stable'
- name: Xcode Version
run: xcodebuild -version
- name: Build and Test
Expand Down

0 comments on commit 3dc602d

Please sign in to comment.