Skip to content

Commit

Permalink
fix wxwidgets version check on WXMSW (another attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 17, 2024
1 parent be291e2 commit 1e2bc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
if: matrix.wxw_type == 'embed'
run: |
If ("${{ matrix.wxr_type }}" -eq "develop") {
bundle exec rake "wxruby:exec[ruby,-r,wx,-e,'fail \"ERROR\" unless Wx::WXWIDGETS_VERSION == \"$env:WXWIDGETS_LATEST_STABLE\"']"
bundle exec rake "wxruby:exec[ruby,-r,wx,-e,'fail \\"ERROR\\" unless Wx::WXWIDGETS_VERSION == \\"$env:WXWIDGETS_LATEST_STABLE\\"']"
}
Else {
ruby -r wx -e "fail 'ERROR' unless Wx::WXWIDGETS_VERSION == '$env:WXWIDGETS_LATEST_STABLE'"
Expand Down

0 comments on commit 1e2bc30

Please sign in to comment.