This commit is contained in:
Siarhei Fedartsou 2024-06-07 07:21:22 +02:00
parent 7e9238b54d
commit b2e504a8c5

View File

@ -660,9 +660,10 @@ jobs:
sudo apt-get update -y && sudo apt-get install ccache sudo apt-get update -y && sudo apt-get install ccache
- name: Prepare data - name: Prepare data
run: | run: |
if [ ! -f "~/data.osm.pbf" ]; then # if [ ! -f "~/data.osm.pbf" ]; then
wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf # wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf
fi # fi
wget http://download.geofabrik.de/europe/germany-latest.osm.pbf -O ~/data.osm.pbf
gunzip -c ./pr/test/data/berlin_gps_traces.csv.gz > ~/gps_traces.csv gunzip -c ./pr/test/data/berlin_gps_traces.csv.gz > ~/gps_traces.csv
- name: Prepare environment - name: Prepare environment
run: | run: |