From ef8b8d75286417fe09b87a8e3ccbbfbc6aad57fe Mon Sep 17 00:00:00 2001 From: Adriankhl Date: Tue, 28 May 2024 15:23:51 +0800 Subject: [PATCH] build: fix test --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index babb000..19f3a60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,6 +161,14 @@ jobs: - name: Build id: cmake_build run: | + cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" + ls + cd VC + ls + cd Auxiliary + ls + cd Build + ls cmd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" powershell