Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-10 07:17:04 +03:00
parent c513c8ff3b
commit 639a074841
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
markdown \
pandoc \
weasyprint
COPY --from=build /usr/local /usr/local
COPY --from=build /usr/local/bin/compile-r7rs /usr/local-other/bin/compile-r7rs
RUN git clone https://github.com/ashinn/chibi-scheme.git --depth=1
RUN cd chibi-scheme && make && make install
ARG SCHEME=chibi