Move dependency graph settings to the relevant job
This commit is contained in:
parent
4774505c8c
commit
8e7f5c03af
1 changed files with 3 additions and 7 deletions
10
.github/workflows/ci-main.yml
vendored
10
.github/workflows/ci-main.yml
vendored
|
@ -7,13 +7,6 @@ on:
|
|||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VCPKG_FEATURE_FLAGS: dependencygraph
|
||||
|
||||
jobs:
|
||||
checks: # checks that don't need a wesnoth binary
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -264,6 +257,9 @@ jobs:
|
|||
cfg: [Debug, Release]
|
||||
env:
|
||||
CFG: ${{ matrix.cfg }}
|
||||
VCPKG_FEATURE_FLAGS: dependencygraph
|
||||
permissions:
|
||||
contents: write # for dependency graph
|
||||
defaults:
|
||||
run:
|
||||
shell: cmd
|
||||
|
|
Loading…
Add table
Reference in a new issue