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