Skip to content

Commit a6db56e

Browse files
committed
ci(cpp-matrix): enable fmt vcpkg package when not fetching it
1 parent cc1b015 commit a6db56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
mingw: No-Deps
5757
trace-commands: true
5858
extra-values: |
59-
vcpkg-packages: {{#if fetch-content}}fmt{{/if}}
59+
vcpkg-packages: {{#if (not fetch-content)}}fmt{{/if}}
6060
address-model: {{#if x86}}32{{else}}64{{/if}}
6161
6262
build:

0 commit comments

Comments
 (0)