Chocolatey
Avrea caches packages from the Chocolatey Community Repository so that choco install
resolves from colocated cache on repeat runs.
On Avrea runners
Section titled “On Avrea runners”Chocolatey is pre-configured on Windows runners. Your workflow needs no changes:
jobs: build: runs-on: avrea-windows steps: - uses: actions/checkout@v6 - run: choco install cmake --yesManual setup
Section titled “Manual setup”choco source add --name="avrea-cache" --source="https://avrea-host:8443/nugetv2/"choco source disable --name="chocolatey"