Fix accidental double ampersand
All checks were successful
release / release (push) Successful in 14m15s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-18 15:04:57 +02:00
parent 88282d5b99
commit 912f1c2a70

View File

@ -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