Skip to content

Commit b2b0fe6

Browse files
committed
Attempt to overcome build problems
Incorrect test corrected
1 parent cf4fad4 commit b2b0fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
if (NOT result EQUAL 0)
426426
message(FATAL_ERROR "Building documentation failed")
427427
endif()
428-
if: matrix.config.os == 'windows-latest'
428+
if: matrix.config.os != 'windows-latest'
429429

430430
- name: Archive html documentation artifacts
431431
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)