mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-23 19:25:51 +00:00
Install packages before npm build.
This commit is contained in:
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)"
|
||||
|
Reference in New Issue
Block a user