From d9b85940acc69c4cdd502878435f70953dabbc65 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 23 Aug 2024 17:35:39 -0400 Subject: [PATCH] try direct builddeps --- .forgejo/workflows/test-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index c659fc9..87b0025 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -10,12 +10,11 @@ jobs: env: pkgver: 8.1.1 buildno: 39 - build_deps: git make g++ bzip2 sudo patch python curl lsb-release steps: - name: Environment setup run: | 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 - apt-get update apt-get install -y nodejs