fix typo
This commit is contained in:
parent
a0ed04b554
commit
2a2728931c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ inputs:
|
|||
outputs:
|
||||
compiler:
|
||||
description: Compiler binary
|
||||
value: '${{ steps.install.outputs.compiler }}'
|
||||
value: '${{ steps.install.outputs.compiler }}'
|
||||
|
||||
runs:
|
||||
- run: 'echo We are on "${{runner.os}}", requested "${{inputs.compiler}}" as CC'
|
||||
|
|
Loading…
Reference in a new issue