Skip to content

Chocolatey

Avrea caches packages from the Chocolatey Community Repository so that choco install resolves from colocated cache on repeat runs.

Chocolatey is pre-configured on Windows runners. Your workflow needs no changes:

workflow.yml
jobs:
build:
runs-on: avrea-windows
steps:
- uses: actions/checkout@v6
- run: choco install cmake --yes
Terminal window
choco source add --name="avrea-cache" --source="https://avrea-host:8443/nugetv2/"
choco source disable --name="chocolatey"