Skip to content

Commit

Permalink
Investigate CI for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 9, 2024
1 parent fc99854 commit 874a38e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 874a38e

Please sign in to comment.