mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Actually fixes nanomaps (#32124)
* oh I am done with being sensible * AAAAAAAAAAAAAAA * Try this * ACTUALLY done
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
generate_maps:
|
||||
name: 'Generate NanoMaps'
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- id: create_token
|
||||
uses: actions/create-github-app-token@v3.1.1
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#!/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"
|
||||
|
||||
Reference in New Issue
Block a user