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 e746ea5 commit 61d02b8
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
@@ -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:

0 comments on commit 61d02b8

Please sign in to comment.