Fixing Jenkins tests

This commit is contained in:
retropikzel 2025-07-09 22:13:10 +03:00
parent dce6569ed2
commit eb91db14b8
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ RUN git clone https://gitea.scheme.org/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install
ARG SCHEME=chibi
ENV COMPILE_R7RS=${SCHEME}
RUN mkdir -p ${HOME}/.snow && echo "()" > ${HOME}/.snow/config.scm