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 78e0da0 commit bb0ba2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb0ba2b

Please sign in to comment.