Skip to content

Commit 4eae665

Browse files
committed
fix CI build
1 parent ebe1fe1 commit 4eae665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ RUN opam install -y --deps-only --with-test --with-doc .
88

99
COPY --chown=opam . .
1010

11-
RUN sed -i 's/"()"/"(-cclib -static -cclib -no-pie)"/g' compiler/src/bin/static-linking-flags/static_linking_flags.ml
11+
RUN sed -i 's/"()"/"(-cclib -static -cclib -no-pie)"/g' src/compiler/src/bin/static-linking-flags/static_linking_flags.ml
1212

0 commit comments

Comments
 (0)