Skip to content

Commit

Permalink
Use $GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent 70fbbb2 commit ade7b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

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

0 comments on commit ade7b63

Please sign in to comment.