We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d678c commit 0faae7fCopy full SHA for 0faae7f
1 file changed
.github/workflows/main.yml
@@ -392,10 +392,11 @@ jobs:
392
ls -la build/llama.cpp/bin/
393
fi
394
395
- - name: build llama.cpp main library (mingw)
+ - name: build llama.cpp main library (msvc)
396
if: matrix.name == 'windows-gpu' && steps.cache-llama.outputs.cache-hit != 'true'
397
- shell: msys2 {0}
+ shell: cmd
398
run: |
399
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
400
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target common"
401
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target llama"
402
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
0 commit comments