From bb0ba2bd022a30e0ad20d00f608ba159ee2b9fbe Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Tue, 9 Jan 2024 14:06:53 +0100 Subject: [PATCH] Investigate CI for Windows --- .github/workflows/BuildPR.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 15bc9412..dad2f116 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -80,6 +80,15 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: 5.12.12 + - name: Investigate + run: | + c: + cd / + cd "Program Files (x86)" + attrib vcvarsall.bat /s + cd / + cd "Program Files" + attrib vcvarsall.bat /s - name: Build with CMake ${{ matrix.task }} run: > $env:WORKSPACE=$env:GITHUB_WORKSPACE;