From 594fa9238336b40cc30ec4eaefd9d1da4eed5da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 2 Jan 2025 08:04:51 +0100 Subject: [PATCH] ci: add debug steps --- .github/workflows/extensions.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/extensions.yml b/.github/workflows/extensions.yml index 11821081..74716d79 100644 --- a/.github/workflows/extensions.yml +++ b/.github/workflows/extensions.yml @@ -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