Meta: Add a vcpkg cache to the devcontainer

This also means that the prebuilt devcontainer will have a populated
vcpkg binary cache, speeding up the first build by a lot.
This commit is contained in:
Andrew Kaster
2024-10-12 21:59:23 -06:00
committed by Andrew Kaster
parent 8e716daa3d
commit c4f7361a5b
4 changed files with 76 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ on:
push:
paths:
- '.devcontainer/**'
- 'vcpkg.json'
schedule:
# https://crontab.guru/#0_0_*_*_1
- cron: '0 0 * * 1'