mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix missing cmake in win msvc job
This commit is contained in:
parent
11ac85b01f
commit
2e131053e8
@ -416,9 +416,14 @@ jobs:
|
||||
command: |
|
||||
git submodule sync
|
||||
git submodule update --init --recursive
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
- run:
|
||||
name: Build Libraries
|
||||
command: |
|
||||
$Env:Path += ";C:\Program Files\CMake\bin"
|
||||
cd gpt4all-backend
|
||||
mkdir win-x64_msvc
|
||||
cd win-x64_msvc
|
||||
|
Loading…
Reference in New Issue
Block a user