Added export_presets
Some checks failed
Build Game / Build & push runner image (push) Successful in 1m3s
Build Game / Build Asteroids for all platforms (push) Failing after 13s

This commit is contained in:
Benjamin Morgan 2025-10-20 19:21:30 -06:00
parent e01de04cc6
commit ad841fb6f1
3 changed files with 112 additions and 4 deletions

View file

@ -3,7 +3,7 @@ FROM barichello/godot-ci:4.5.1
# Install Node 24 from Alpine
RUN apt-get update && apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs fontconfig \
&& rm -rf /var/lib/apt/lists/*
# Verify installations