set-output is deprecated

This commit is contained in:
Egor Tensin 2023-01-02 04:42:57 +01:00
parent 4535330f96
commit 93f89834ca

View file

@ -205,8 +205,8 @@ runs:
throw "Sorry, installing Clang is unsupported on $os" throw "Sorry, installing Clang is unsupported on $os"
} }
echo "::set-output name=clang::$clang" echo "clang=$clang" >> $env:GITHUB_OUTPUT
echo "::set-output name=clangxx::$clangxx" echo "clangxx=$clangxx" >> $env:GITHUB_OUTPUT
shell: pwsh shell: pwsh
- run: | - run: |