[Scummvm-git-logs] scummvm master -> 8f15a61b9b16b7d92de20d14e99f6fc17211f375
SupSuper
noreply at scummvm.org
Tue Jun 27 20:39:12 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8f15a61b9b CI: Enable vcpkg dependencygraph
Commit: 8f15a61b9b16b7d92de20d14e99f6fc17211f375
https://github.com/scummvm/scummvm/commit/8f15a61b9b16b7d92de20d14e99f6fc17211f375
Author: SupSuper (supsuper at gmail.com)
Date: 2023-06-27T21:38:44+01:00
Commit Message:
CI: Enable vcpkg dependencygraph
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3c86d032993..33c0222b944 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 at v3
More information about the Scummvm-git-logs
mailing list