mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
xrcbapp - fix recipe
This commit is contained in:
parent
e7233f76c0
commit
2b2775e314
1 changed files with 3 additions and 3 deletions
|
|
@ -50,10 +50,10 @@ Builds:
|
|||
subdir: XrcbApp/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.xz
|
||||
- echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz"
|
||||
- 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 xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init: npm install --no-optional --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue