Skip to content

Commit

Permalink
Test building on Windows with new libxml2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 29, 2024
1 parent 3d001a6 commit af3d4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
-S .
-B build
${OPTIONAL_ARGUMENTS}
RESULT_VARIABLE result
RESULT_VARIABLE _RESULT
)
if (NOT result EQUAL 0)
if (NOT _RESULT EQUAL 0)
message(FATAL_ERROR "Configure failed.")
endif()
Expand Down

0 comments on commit af3d4ab

Please sign in to comment.