Skip to content

Commit

Permalink
fix wxwidgets version check on WXMSW
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 17, 2024
1 parent 481875c commit 3b32495
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 3b32495

Please sign in to comment.