Skip to content

Commit

Permalink
fix: update ruby version for github workflow
Browse files Browse the repository at this point in the history
ALS-1806
  • Loading branch information
shah272728 committed Sep 18, 2024
1 parent a4af197 commit 04902da
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
on:
workflow_dispatch:
push:
branches: [ develop, main, master ]
branches: [ develop, main, master, ALS-1806 ]
jobs:
startSlackNotification:
name: Slack Starting Notification
Expand Down Expand Up @@ -44,17 +44,6 @@ jobs:
with:
node-version: '20'

- name: Set up Ruby with rbenv
run: |
rbenv install -s 3.3.5
rbenv local 3.3.5
rbenv rehash
- name: Install Bundler
run: |
gem install bundler
rbenv rehash
- name: Setup Signing
working-directory:
run: |
Expand Down

0 comments on commit 04902da

Please sign in to comment.