mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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:
committed by
Andrew Kaster
parent
8e716daa3d
commit
c4f7361a5b
1
.github/workflows/dev-container.yml
vendored
1
.github/workflows/dev-container.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '.devcontainer/**'
|
||||
- 'vcpkg.json'
|
||||
schedule:
|
||||
# https://crontab.guru/#0_0_*_*_1
|
||||
- cron: '0 0 * * 1'
|
||||
|
||||
Reference in New Issue
Block a user