Skip to content

Commit

Permalink
Add condition to ruby install in Windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
woutergd committed Dec 24, 2024
1 parent 8cd7fab commit b40fc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
overwrite: true

- name: 💎 Setup ruby
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2' # Not needed with a .ruby-version file
Expand Down

0 comments on commit b40fc37

Please sign in to comment.