build: fix utils tests on win32 (#4422)

tests depend on utils, so if we unconditionally enable tests we need to do the same for utils
This commit is contained in:
Charles Kerr 2022-12-20 12:27:02 -06:00 committed by GitHub
parent 5493ed644e
commit bc61565af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ jobs:
-DENABLE_MAC=OFF `
-DENABLE_QT=${{ (needs.what-to-make.outputs.make-dist == 'true' || needs.what-to-make.outputs.make-qt == 'true') && 'ON' || 'OFF' }} `
-DENABLE_TESTS=ON `
-DENABLE_UTILS=${{ (needs.what-to-make.outputs.make-dist == 'true' || needs.what-to-make.outputs.make-utils == 'true') && 'ON' || 'OFF' }} `
-DENABLE_UTILS=ON `
-DENABLE_WEB=OFF `
-DENABLE_WERROR=ON `
-DRUN_CLANG_TIDY=OFF