Skip to content

Commit

Permalink
Use Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jan 3, 2023
1 parent f5bde58 commit d8bf9d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ for:

build_script:
- cd studio/client/ios
- rvm use 3.0
- ruby --version
- gem install bundler:2.3.11
- bundle install
- sh: |
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
Expand Down Expand Up @@ -338,8 +338,9 @@ for:
# Flutter iOS client
- cd client
- cd ios
- rvm use 3.0
- ruby --version
- bundle install --path vendor/bundle
- bundle install
- sh: |
export FLET_PACKAGE_VERSION="${APPVEYOR_BUILD_VERSION}"
if [[ ! -z "$APPVEYOR_PULL_REQUEST_NUMBER" ]]; then
Expand Down

0 comments on commit d8bf9d6

Please sign in to comment.