Skip to content

Commit ef8b8d7

Browse files
committed
build: fix test
1 parent bdab24f commit ef8b8d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@ jobs:
161161
- name: Build
162162
id: cmake_build
163163
run: |
164+
cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
165+
ls
166+
cd VC
167+
ls
168+
cd Auxiliary
169+
ls
170+
cd Build
171+
ls
164172
cmd
165173
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
166174
powershell

0 commit comments

Comments
 (0)