From 43943c1f33b1cbb2489688215421ff47530d1864 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sat, 22 Feb 2025 23:02:07 +0100 Subject: [PATCH] Update MSVC paths in CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dedeb0fbf..342bb3bf8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,9 +52,9 @@ jobs: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 cd resources/testproject ..\..\build\${{ matrix.build_type }}\c3c.exe -vvv --emit-llvm run hello_world_win32 --trust=full - dir build\llvm_ir + dir build\llvm\windows-x64 ..\..\build\${{ matrix.build_type }}\c3c.exe clean - dir build\llvm_ir + dir build\llvm\windows-x64 - name: Build testproject lib