diff --git a/action.yml b/action.yml index ea500c3..fd9549d 100644 --- a/action.yml +++ b/action.yml @@ -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'