Skip to content

Commit 64733a0

Browse files
committed
build: run vs bat before cmake
1 parent f5f023d commit 64733a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
run: |
164164
mkdir build
165165
cd build
166+
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
166167
cmake .. -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DLLAMA_NATIVE=OFF -DLLAMA_VULKAN=OFF -DCMAKE_BUILD_TYPE=Release
167168
ninja -j $(nproc)
168169

0 commit comments

Comments
 (0)