Skip to content

Commit 5b76639

Browse files
committed
Ruby change
1 parent 9a1b1e9 commit 5b76639

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/native-tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,12 @@ jobs:
4444
- name: Install SDK JS Dependencies
4545
run: yarn install
4646

47-
- name: Setup Ruby
48-
run: |
49-
# Disable rbenv to avoid .ruby-version conflicts
50-
echo 'export PATH="/usr/local/bin:$PATH"' >> $GITHUB_ENV
51-
export RBENV_VERSION=system
52-
echo "RBENV_VERSION=system" >> $GITHUB_ENV
53-
5447
- uses: ruby/setup-ruby@v1
5548
with:
5649
ruby-version: '3.3.0'
50+
env:
51+
# Disable rbenv to avoid .ruby-version conflicts
52+
RBENV_VERSION: system
5753

5854
- name: Install CocoaPods
5955
run: gem install cocoapods

0 commit comments

Comments
 (0)