Skip to content

Commit

Permalink
Fixed spaceship issue (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanweeeeLee authored Mar 6, 2024
1 parent 4b9bf5f commit b88c5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6"
ruby-version: "2.7"
- run: gem install bundler:2.1.4
- run: bundle install
- run: npm install
- run: gem install fastlane -v '2.219.0'
- run: node Sources/check_status.js
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
Expand Down

0 comments on commit b88c5cc

Please sign in to comment.