mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
CI: Enable vcpkg dependencygraph
This commit is contained in:
parent
ec765bf400
commit
8f15a61b9b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -28,8 +28,12 @@ jobs:
|
||||
env:
|
||||
CONFIGURATION: Debug
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VCPKG_FEATURE_FLAGS: dependencygraph
|
||||
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
|
||||
VCPKG_INSTALLED_DIR: ${{ github.workspace }}/vcpkg_installed
|
||||
permissions:
|
||||
contents: write # For dependencygraph
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user