Skip to content

Commit

Permalink
Windows: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAslaniYC authored Oct 6, 2024
1 parent fc6f48e commit 4a440c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
version: '6.7.1' # Adjust the version as needed

- name: Set up MSVC environment
run: |
cmd.exe /c "call `"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat`" x64 && set"
- name: Generate Makefile
run: qmake -tp vc -config release

Expand Down

0 comments on commit 4a440c5

Please sign in to comment.