Skip to content

Commit

Permalink
Setup Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Sep 18, 2024
1 parent a29a4e3 commit 98c7bb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/download_onesky_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Bundle Install
run: bundle install

Expand Down

0 comments on commit 98c7bb2

Please sign in to comment.