Skip to content

Commit 01173c8

Browse files
authored
try to generate depency graph from vcpkg
1 parent 2ba6ec5 commit 01173c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1111
BUILD_TYPE: Release
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
VCPKG_FEATURE_FLAGS: dependencygraph
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)