aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.yml b/action.yml
index a3e3447..fb0f7f9 100644
--- a/action.yml
+++ b/action.yml
@@ -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: |