From 4a440c562f04d9635232acd556b2f0bd0d2fe092 Mon Sep 17 00:00:00 2001 From: itzParsaYC <115403383+ParsaAslaniYC@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:26:09 +0330 Subject: [PATCH] Windows: update workflow --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1388792..e6aaf35 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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