Skip to content

Commit

Permalink
ci: try fixing c compiler on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 2, 2025
1 parent 688a4df commit 8b8ae26
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8b8ae26

Please sign in to comment.