mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
remove bad cp
This commit is contained in:
parent
f4a0fc6cef
commit
289c96cdf8
@ -335,7 +335,6 @@ jobs:
|
||||
cd linux-x64
|
||||
cmake ..
|
||||
cmake --build . --parallel --config Release
|
||||
cp *.so "$NATIVE_DIR"
|
||||
- persist_to_workspace:
|
||||
root: gpt4all-backend
|
||||
paths:
|
||||
@ -363,7 +362,6 @@ jobs:
|
||||
cd osx-x64
|
||||
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
|
||||
cmake --build . --parallel --config Release
|
||||
cp *.dylib "$NATIVE_DIR"
|
||||
- persist_to_workspace:
|
||||
root: gpt4all-backend
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user