set-output is deprecated
This commit is contained in:
parent
4535330f96
commit
93f89834ca
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ runs:
|
|||
throw "Sorry, installing Clang is unsupported on $os"
|
||||
}
|
||||
|
||||
echo "::set-output name=clang::$clang"
|
||||
echo "::set-output name=clangxx::$clangxx"
|
||||
echo "clang=$clang" >> $env:GITHUB_OUTPUT
|
||||
echo "clangxx=$clangxx" >> $env:GITHUB_OUTPUT
|
||||
shell: pwsh
|
||||
|
||||
- run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue