Skip to content

Commit

Permalink
ci: add debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 2, 2025
1 parent b9c09ef commit 594fa92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
Copy-Item sqlite-amalgamation-3470200\sqlite3.h .
Copy-Item sqlite-amalgamation-3470200\sqlite3ext.h .
- name: Debug PATH
if: runner.os == 'Windows'
run: |
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
echo $env:PATH
where cl
- name: Debug uname -m
if: runner.os != 'Windows'
run: uname -m

- name: Build C files (Unix)
if: runner.os != 'Windows'
run: cd extensions && make
Expand Down

0 comments on commit 594fa92

Please sign in to comment.