From ece5569b8ab4278c7599bb26b1d949bd2ab8abcd Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 23:10:56 +0100 Subject: [PATCH] only node --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3fd081b..83722d1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: ] steps: - name: Install Node.js - run: apt-get update && apt-get install -y nodejs npm + run: apt-get update && apt-get install -y nodejs - name: Checkout repository uses: actions/checkout@v6 @@ -53,6 +53,7 @@ jobs: CONAN_PASSWORD=${{ secrets.GITLAB_CONAN_PASSWORD }} \ conan create ./${{ matrix.package.name }}/${{ matrix.package.location }} \ --version=${{ matrix.package.version }} \ + --channel=${{ github.ref_name }} -pr:b=./clang -pr:h=./clang \ --build=missing --remote=bigfootpackages