aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.yml b/action.yml
index 9ddd7b2..0765af2 100644
--- a/action.yml
+++ b/action.yml
@@ -120,8 +120,8 @@ runs:
throw "Sorry, installing GCC is unsupported on $os"
}
- echo "::set-output name=gcc::$gcc"
- echo "::set-output name=gxx::$gxx"
+ echo "gcc=$gcc" >> $env:GITHUB_OUTPUT
+ echo "gxx=$gxx" >> $env:GITHUB_OUTPUT
shell: pwsh
- run: |