From fac9ad4334ef7262a8cb952587f47c1560ffe3e9 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 20 Apr 2023 18:29:14 +0000 Subject: [PATCH] Update com.graphhopper.maps.yml --- metadata/com.graphhopper.maps.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/metadata/com.graphhopper.maps.yml b/metadata/com.graphhopper.maps.yml index 48dca113c5..98b9d81f17 100644 --- a/metadata/com.graphhopper.maps.yml +++ b/metadata/com.graphhopper.maps.yml @@ -153,16 +153,13 @@ Builds: - versionName: 1.0.5 versionCode: 6 - disable: fails to build commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7 subdir: android/app submodules: true sudo: - sysctl fs.inotify.max_user_watches=524288 - - curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.gz - - echo "4827808e50b8ee42b4dadf056835287dac267b9cff56cea56e70843bf8cecb79 node.tar.gz" - | sha256sum -c - - - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - + - apt-get install -y nodejs init: - cd ../.. - cp config.js graphhopper-maps/