Skip to content

Commit

Permalink
Install ruby on CI (#1)
Browse files Browse the repository at this point in the history
* Update docs.yml

* Update release.yml
  • Loading branch information
fedefernandez authored Jul 8, 2023
1 parent 4cc4098 commit 689f289
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
- name: Setup yq
run: sudo snap install yq
- name: Setup github-changelog-generator
run: gem install github_changelog_generator -v 1.15.0
- name: Run pre-conditions
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
- name: Setup yq
run: sudo snap install yq
- name: Setup GPG
uses: olafurpg/setup-gpg@v3
- name: Run pre-conditions
Expand Down

0 comments on commit 689f289

Please sign in to comment.