Skip to content

Commit

Permalink
ci: call vcvars32.bat in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 8, 2024
1 parent 48f7029 commit b6d2ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
& $env:VCPKG_INSTALLATION_ROOT\vcpkg install --triplet x64-windows-static sqlite3
- name: Build
run: scripts/build_installer.bat
run: |
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat
scripts/build_installer.bat
- id: upload-unsigned
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b6d2ed8

Please sign in to comment.