try direct builddeps
Some checks failed
/ build-test (pull_request) Failing after 1m54s

This commit is contained in:
Antoine Martin 2024-08-23 17:35:39 -04:00
parent 0d222eea9b
commit d9b85940ac
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -10,12 +10,11 @@ jobs:
env: env:
pkgver: 8.1.1 pkgver: 8.1.1
buildno: 39 buildno: 39
build_deps: git make g++ bzip2 sudo patch python curl lsb-release
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
apt-get update apt-get update
apt-get install -y $build_deps apt-get install -y git make g++ bzip2 sudo patch python curl lsb-release
curl -sL https://deb.nodesource.com/setup_16.x | bash - curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get update apt-get update
apt-get install -y nodejs apt-get install -y nodejs