Skip to content

Commit

Permalink
Remove ruby setup
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent ade7b63 commit 9309712
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Ruby
run: |
echo "$HOME/.rbenv/bin" >> "$GITHUB_PATH"
echo "/opt/homebrew/bin" >> "$GITHUB_PATH"
eval "$(rbenv init -)" && ruby --version
- name: Update Bundler
run: ruby --version && bundle update

Expand Down

0 comments on commit 9309712

Please sign in to comment.