From e5e9885b0ca25262fbdd6ed536267e134b7928ec Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Thu, 16 Jan 2025 22:15:47 +0100 Subject: [PATCH] Add timeout-minutes to windows-ci workflow --- .github/workflows/windows-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 4e3f479aae5..c566db45a63 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -103,6 +103,7 @@ jobs: CMAKE_CXX_COMPILER_LAUNCHER: "${{ env.SCCACHE_PATH }}" RENDERER: "${{ matrix.renderer }}" RENDERING_MODE: "${{ matrix.rendering_mode }}" + timeout-minutes: 5 run: | cmake --version & ${{ github.workspace }}\.github\scripts\windows-ci_configure_wrapper.ps1