We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ae18f commit a4b863dCopy full SHA for a4b863d
.github/workflows/Windows.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
submodules: recursive
25
+ - name: setup-msbuild
26
+ uses: microsoft/setup-msbuild@v2
27
- name: Setup Vulkan
28
run: |
29
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows
Test/compile/CMakeLists.txt
@@ -73,7 +73,7 @@ target_link_libraries( ${COMPILE_TEST_SUITE} PUBLIC gtest_main
73
target_link_libraries(${COMPILE_TEST_SUITE} PRIVATE GSL)
74
75
gtest_discover_tests( ${COMPILE_TEST_SUITE}
76
- DISCOVERY_TIMEOUT 30000)
+ DISCOVERY_TIMEOUT 300)
77
78
79
# disable all warnings for our test suite
0 commit comments