fix missing cmake in win msvc job

cmake-exportbuild
mvenditto 1 year ago committed by AT
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…
Cancel
Save