mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix wrong cmake arg in macos job
This commit is contained in:
parent
2e131053e8
commit
ddd087dadb
@ -361,8 +361,8 @@ jobs:
|
|||||||
cd gpt4all-backend
|
cd gpt4all-backend
|
||||||
mkdir osx-x64
|
mkdir osx-x64
|
||||||
cd osx-x64
|
cd osx-x64
|
||||||
cmake ..
|
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
|
||||||
cmake --build . --parallel --config Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
|
cmake --build . --parallel --config Release
|
||||||
cp *.dylib "$NATIVE_DIR"
|
cp *.dylib "$NATIVE_DIR"
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: gpt4all-backend
|
root: gpt4all-backend
|
||||||
|
Loading…
Reference in New Issue
Block a user