From a5b2bbc505a8b1b54c89c953ae03104f8488a7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 2 Jan 2025 07:46:58 +0100 Subject: [PATCH] ci: try calling vcvars64 --- .github/workflows/extensions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/extensions.yml b/.github/workflows/extensions.yml index 647cd29b..fce5efca 100644 --- a/.github/workflows/extensions.yml +++ b/.github/workflows/extensions.yml @@ -42,6 +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' + 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