From 874a38e603ae3193384193b2d10667ff73d08f70 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 2ffb8dbd..6ac33794 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -74,6 +74,12 @@ jobs: with: fetch-depth: 0 submodules: true + - name: Investigate + run: | + echo %path% + echo $env:PATH + dir "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" + "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - name: Install qt uses: jurplel/install-qt-action@v3 with: