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 fac833c commit 28bb99fCopy full SHA for 28bb99f
.github/workflows/windows.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set target triplet
22
id: set-variables
23
shell: pwsh
24
- run: echo "::set-output name=vcpkg_triplet::${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })"
+ run: echo "vcpkg_triplet=${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })" >> $env:GITHUB_OUTPUT
25
26
- name: Cache vcpkg
27
uses: actions/cache@v3
0 commit comments