Install DV agent for ci-update-dist workflow

This commit is contained in:
Daz DeBoer
2026-02-11 07:52:58 -07:00
parent 9bbab15bc5
commit 1f0a4bb10f

View File

@@ -34,10 +34,17 @@ jobs:
cache: npm
cache-dependency-path: sources/package-lock.json
- name: Install Develocity npm agent
run: |
npm exec -y -- pacote extract @gradle-tech/develocity-agent@3.0.1 ~/.node_libraries/@gradle-tech/develocity-agent
- name: Install npm dependencies
run: |
npm clean-install
working-directory: sources
env:
NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'
- name: Build distribution
run: |