Skip to content

Commit a4b863d

Browse files
committed
adding msbuild tools should help
1 parent 52ae18f commit a4b863d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
25+
- name: setup-msbuild
26+
uses: microsoft/setup-msbuild@v2
2527
- name: Setup Vulkan
2628
run: |
2729
$ver = (Invoke-WebRequest -Uri "https://vulkan.lunarg.com/sdk/latest.json" | ConvertFrom-Json).windows

Test/compile/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ target_link_libraries( ${COMPILE_TEST_SUITE} PUBLIC gtest_main
7373
target_link_libraries(${COMPILE_TEST_SUITE} PRIVATE GSL)
7474

7575
gtest_discover_tests( ${COMPILE_TEST_SUITE}
76-
DISCOVERY_TIMEOUT 30000)
76+
DISCOVERY_TIMEOUT 300)
7777

7878

7979
# disable all warnings for our test suite

0 commit comments

Comments
 (0)