Skip to content

Commit

Permalink
fix: Fix typo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun authored Nov 20, 2023
1 parent 3849ee2 commit afad6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iOS_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Xcode Version Settings
- uses: maxim-lobanov/setup-xcode@v1
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.0.1"

- name: Code Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Install Tuist
run: brew install tuist
Expand Down

0 comments on commit afad6ec

Please sign in to comment.