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 835a74c commit 118bddcCopy full SHA for 118bddc
.github/workflows/ci.yml
@@ -40,7 +40,8 @@ jobs:
40
run: |
41
$args = @(
42
"-DGITHUB_REF_TYPE=${{github.ref_type}}",
43
- "-DGITHUB_REF_NAME=${{github.ref_name}}"
+ "-DGITHUB_REF_NAME=${{github.ref_name}}",
44
+ "-DVCPKG_TARGET_TRIPLET=x64-windows-static"
45
)
46
if ("${{steps.fetch-key.outputs.HAVE_KEY}}" -eq "true") {
47
$args += "-DSIGNTOOL_KEY_ARGS=/f;${{steps.fetch-key.outputs.PATH}}"
@@ -54,8 +55,7 @@ jobs:
54
55
--config ${{matrix.config}} `
56
--parallel `
57
-- `
- /p:CL_MPCount= `
58
- -DVCPKG_TARGET_TRIPLET=x64-windows-static
+ /p:CL_MPCount=
59
$version="$(Get-Content version.txt)"
60
Add-Content $Env:GITHUB_OUTPUT "VERSION=${version}"
61
- name: Install debug symbols
0 commit comments