Skip to content

Commit

Permalink
Add missing setup-ruby step
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 1, 2024
1 parent 3cae22f commit 7b73ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
S3_APK_PATH: ${{ steps.exportS3Paths.outputs.S3_APK_PATH }}
S3_HTML_PATH: ${{ steps.exportS3Paths.outputs.S3_HTML_PATH }}
steps:
- name: Setup Ruby
uses: ruby/[email protected]
with:
bundler-cache: true

- name: Download Android build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7b73ba5

Please sign in to comment.