diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 2ffb8dbd..134a3c57 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -74,10 +74,23 @@ jobs: with: fetch-depth: 0 submodules: true + - name: Run test + 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: version: 5.12.12 + - name: Investigate + run: | + c: + cd / + cd "Program Files (x86)" + attrib vcvarsall.bat /s + "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - name: Build with CMake ${{ matrix.task }} run: > $env:WORKSPACE=$env:GITHUB_WORKSPACE;