From 93b6f5d5e6346ca5e82aa234956be06baab48efd Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:31:21 +0100 Subject: [PATCH] Maybe fixes nanomap rendering (#32118) * Try this why not * Maybe I can test this --- tools/github-actions/nanomap-renderer-invoker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/github-actions/nanomap-renderer-invoker.sh b/tools/github-actions/nanomap-renderer-invoker.sh index af98264985c..3aa28814d7a 100755 --- a/tools/github-actions/nanomap-renderer-invoker.sh +++ b/tools/github-actions/nanomap-renderer-invoker.sh @@ -1,5 +1,7 @@ #!/bin/bash set -e +# Get dependencies +apt install libc6 # Generate maps tools/github-actions/dmm-tools-para minimap --enable nanomaps --width 2040 --height 2040 "./_maps/map_files/stations/boxstation.dmm" tools/github-actions/dmm-tools-para minimap --enable nanomaps --width 2040 --height 2040 "./_maps/map_files/stations/deltastation.dmm"