mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:24:04 +00:00
ci: try fixing c compiler on windows
This commit is contained in:
parent
688a4df7e6
commit
8b8ae265e5
1 changed files with 3 additions and 6 deletions
9
.github/workflows/extensions.yml
vendored
9
.github/workflows/extensions.yml
vendored
|
|
@ -42,13 +42,10 @@ jobs:
|
|||
Copy-Item sqlite-amalgamation-3470200\sqlite3.h .
|
||||
Copy-Item sqlite-amalgamation-3470200\sqlite3ext.h .
|
||||
|
||||
- name: Set up Visual Studio
|
||||
if: runner.os == 'Windows'
|
||||
shell: cmd
|
||||
run: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
|
||||
- name: Build C files
|
||||
run: cd extensions && make VERBOSE=1
|
||||
run: |
|
||||
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
cd extensions && make
|
||||
|
||||
- name: Commit output files
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue