Skip to content

Commit 28bb99f

Browse files
committed
Update deprecated set-output command
1 parent fac833c commit 28bb99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set target triplet
2222
id: set-variables
2323
shell: pwsh
24-
run: echo "::set-output name=vcpkg_triplet::${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })"
24+
run: echo "vcpkg_triplet=${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })" >> $env:GITHUB_OUTPUT
2525

2626
- name: Cache vcpkg
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)