Skip to content

Commit

Permalink
Merge pull request #5912 from woutergd/bugfixes/windows-pipeline
Browse files Browse the repository at this point in the history
Add condition to ruby install in Windows action
  • Loading branch information
m-kuhn authored Dec 25, 2024
2 parents 158eaf3 + b40fc37 commit 782e9e1
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

1 comment on commit 782e9e1

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.