Skip to content

Commit

Permalink
enable GH dependency graph vcpkg integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 19, 2023
1 parent e846dc3 commit c8e1043
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ on:
branches: [ "development", "main" ]
pull_request:
branches: [ "development" ]
workflow_dispatch:

permissions:
contents: write

env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
# # GitHub Packages cache backend
# VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
# support for GH dependency graph vcpkg integration
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VCPKG_FEATURE_FLAGS: dependencygraph

jobs:
build:
Expand Down

0 comments on commit c8e1043

Please sign in to comment.