We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3327e commit 48dac5dCopy full SHA for 48dac5d
.github/workflows/cpp_extra.yml
@@ -76,7 +76,6 @@ concurrency:
76
77
permissions:
78
contents: read
79
- packages: write
80
81
jobs:
82
check-labels:
@@ -174,6 +173,9 @@ jobs:
174
173
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
175
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
176
timeout-minutes: 240
+ permissions:
177
+ # This is for using GitHub Packages for vcpkg cache
178
+ packages: write
179
strategy:
180
fail-fast: false
181
matrix:
0 commit comments