mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-12 02:00:41 +01:00
Install packages before npm build.
This commit is contained in:
parent
3f6f0ee54e
commit
336c5147e6
1
.github/workflows/server.yml
vendored
1
.github/workflows/server.yml
vendored
@ -111,6 +111,7 @@ jobs:
|
||||
cd examples/server/webui
|
||||
git status
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
git status
|
||||
modified_files="$(git status -s)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user