Skip to content

Commit 0f8d2ee

Browse files
committed
Build fix #4
1 parent 3e1f757 commit 0f8d2ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
name: Persist Artifacts
4343
command: |
4444
mkdir -p ~/workspace/build
45-
cp install/$MODULE_ARTIFACT ~/workspace/
46-
# cp deps/install/lib/*.so* ~/workspace/
47-
cp -r install/backends ~/workspace/
45+
cp install-cpu/$MODULE_ARTIFACT ~/workspace/
46+
cp -r install-cpu/backends ~/workspace/
4847
cp ramp.yml ~/workspace/
4948
- persist_to_workspace:
5049
root: ~/workspace

0 commit comments

Comments
 (0)