mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 23:54:03 +00:00
ci: add debug steps
This commit is contained in:
parent
b9c09ef271
commit
594fa92383
1 changed files with 11 additions and 0 deletions
11
.github/workflows/extensions.yml
vendored
11
.github/workflows/extensions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue