Skip to content

Commit e2c23fb

Browse files
committed
Fix CI
1 parent 961dfaa commit e2c23fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: release/Dockerfile

+1-1
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' src/compiler/src/bin/static-linking-flags/static_linking_flags.ml
11+
RUN sed -i 's/"()"/"(-cclib -static -cclib -no-pie)"/g' src/compiler/bin/static-linking-flags/static_linking_flags.ml
1212

0 commit comments

Comments
 (0)