Skip to content

Commit 6f42b35

Browse files
committed
In Dockerfile_maiko, for wsl1 case called makeright XX clean twice. Eliminated second call, which was deleting first run of makefile x
1 parent 8e17c07 commit 6f42b35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Dockerfile_maiko

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN cd ${INSTALL_LOCATION}/bin \
2929
export LDEARCH="${arch}-microsoft-wsl1" \
3030
&& ./makeright x cleanup \
3131
&& ./makeright x \
32-
&& ./makeright init clean \
3332
&& ./makeright init \
3433
; \
3534
fi

0 commit comments

Comments
 (0)