diff --git a/.forgejo/workflows/daily_data_maintenance.yml b/.forgejo/workflows/daily_data_maintenance.yml index fa44f7e..9cc741e 100644 --- a/.forgejo/workflows/daily_data_maintenance.yml +++ b/.forgejo/workflows/daily_data_maintenance.yml @@ -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