mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-11 23:43:19 +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:
parent
8e17c0747d
commit
6f42b353b2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user