Skip to content

Commit

Permalink
[ Refactor ] : run 구문 추가 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent 99badc7 commit 0b46e44
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,10 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: "2.6"

- name: Install fastlane
run: gem install fastlane
working-directory: ./fastlane

- name: Install bundle
run: gem install bundler
run: |
gem install fastlane
gem install bundler
working-directory: ./fastlane

- name: Run bundle install
Expand Down

0 comments on commit 0b46e44

Please sign in to comment.