mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
ci: try calling vcvars64
This commit is contained in:
parent
a784ee0311
commit
a5b2bbc505
1 changed files with 4 additions and 0 deletions
4
.github/workflows/extensions.yml
vendored
4
.github/workflows/extensions.yml
vendored
|
|
@ -42,6 +42,10 @@ jobs:
|
||||||
Copy-Item sqlite-amalgamation-3470200\sqlite3.h .
|
Copy-Item sqlite-amalgamation-3470200\sqlite3.h .
|
||||||
Copy-Item sqlite-amalgamation-3470200\sqlite3ext.h .
|
Copy-Item sqlite-amalgamation-3470200\sqlite3ext.h .
|
||||||
|
|
||||||
|
- name: Set up Visual Studio
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
run: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
|
||||||
- name: Build C files
|
- name: Build C files
|
||||||
run: cd extensions && make VERBOSE=1
|
run: cd extensions && make VERBOSE=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue