mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-07 08:47:09 +00:00
In Dockerfile_maiko, for wsl1 case called makeright XX clean twice. Eliminated second call, which was deleting first run of makefile x
This commit is contained in:
1
.github/workflows/Dockerfile_maiko
vendored
1
.github/workflows/Dockerfile_maiko
vendored
@@ -29,7 +29,6 @@ RUN cd ${INSTALL_LOCATION}/bin \
|
||||
export LDEARCH="${arch}-microsoft-wsl1" \
|
||||
&& ./makeright x cleanup \
|
||||
&& ./makeright x \
|
||||
&& ./makeright init clean \
|
||||
&& ./makeright init \
|
||||
; \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user