Fix accidental double ampersand
All checks were successful
release / release (push) Successful in 14m15s
All checks were successful
release / release (push) Successful in 14m15s
This commit is contained in:
parent
88282d5b99
commit
912f1c2a70
@ -31,7 +31,7 @@ RUN apt-get update && \
|
|||||||
luarocks \
|
luarocks \
|
||||||
cmake \
|
cmake \
|
||||||
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
|
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
|
||||||
qemu-user qemu-user-binfmt && \
|
qemu-user qemu-user-binfmt \
|
||||||
golang-1.23 && \
|
golang-1.23 && \
|
||||||
pip3 install --break-system-packages makelove && \
|
pip3 install --break-system-packages makelove && \
|
||||||
luarocks install tl
|
luarocks install tl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user