Skip to content

Commit

Permalink
feat: Add GitHub dependency graph support
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jun 17, 2024
1 parent ff32fb4 commit a153826
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Refresh GH environments NuGet cache

permissions:
contents: write

env:
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
VCPKG_FEATURE_FLAGS: dependencygraph
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
push:
Expand Down

0 comments on commit a153826

Please sign in to comment.