1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:54:05 +00:00

ci: add debug steps

This commit is contained in:
Samuel Štancl 2025-01-02 08:04:51 +01:00
parent b9c09ef271
commit 594fa92383

View file

@ -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