Fix script
Some checks failed
/ update_planet_file (push) Failing after 4s

This commit is contained in:
Pieter Vander Vennet 2025-02-13 14:10:23 +01:00
parent 3abb048fdf
commit ea7604983c

View file

@ -13,7 +13,7 @@ jobs:
- name: Download the planet file
shell: bash
run: aria2c -T planet-latest.osm.pbf.torrent --seed-time=0
run: /usr/bin/aria2c -T planet-latest.osm.pbf.torrent --seed-time=0
- name: Move the planet file to the data directory
shell: bash