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