1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

Codechange: [Actions] Use NuGet for vcpkg binary caching

This commit is contained in:
glx22
2025-07-09 21:49:30 +02:00
committed by Loïc Guilloux
parent 0f2d1dc39c
commit 6d495d1fb9
6 changed files with 33 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ jobs:
uses: ./.github/actions/setup-vcpkg
with:
vcpkg-location: ${{ runner.temp }}/vcpkg
mono-install-command: 'sudo apt-get install -y --no-install-recommends mono-complete'
- name: Install dependencies
run: |