Skip to content

Commit

Permalink
Merge pull request #106 from makeen-project/ALS-1806
Browse files Browse the repository at this point in the history
ALS-1806 Android build workflow update
  • Loading branch information
olegfilimonov authored Sep 18, 2024
2 parents ecc1fd9 + 7c49762 commit 79daa94
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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
bundle install
- name: Setup Signing
working-directory:
Expand Down

0 comments on commit 79daa94

Please sign in to comment.