Skip to content

Commit

Permalink
fix: uses 키워드 제거 및 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim committed Dec 27, 2024
1 parent 15972d6 commit a479259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.0'
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
run: mise install tuist@4.8.1

- name: Tuist Version Print
run: tuist --version
run: tuist version

- name: Install FastLane
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit a479259

Please sign in to comment.