We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1b1e9 commit 5b76639Copy full SHA for 5b76639
1 file changed
.github/workflows/native-tests.yml
@@ -44,16 +44,12 @@ jobs:
44
- name: Install SDK JS Dependencies
45
run: yarn install
46
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
-
54
- uses: ruby/setup-ruby@v1
55
with:
56
ruby-version: '3.3.0'
+ env:
+ # Disable rbenv to avoid .ruby-version conflicts
+ RBENV_VERSION: system
57
58
- name: Install CocoaPods
59
run: gem install cocoapods
0 commit comments