From e44d2afd7e9752ddfc0cfa692b727113e1186d05 Mon Sep 17 00:00:00 2001 From: alyssa Date: Sun, 29 Dec 2024 23:18:20 +0000 Subject: [PATCH] fix(ci): add entire lib folder --- ci/Dockerfile.rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile.rust b/ci/Dockerfile.rust index 8a3d5a67..6c9cca92 100644 --- a/ci/Dockerfile.rust +++ b/ci/Dockerfile.rust @@ -24,7 +24,7 @@ COPY Cargo.toml /build/ COPY Cargo.lock /build/ # this needs to match workspaces in Cargo.toml -COPY lib/libpk /build/lib/libpk +COPY lib /build/lib COPY services/ /build/services RUN cargo build --bin api --release --target x86_64-unknown-linux-musl