From e5ba6ae14ac29232f68ca59058277a29e4e46dde Mon Sep 17 00:00:00 2001 From: LoaD Accumulator Date: Thu, 2 Nov 2023 19:41:28 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index fd9549d..e16b796 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,5 @@ outputs: value: '${{ steps.install.outputs.compiler }}' runs: - - run: 'echo We are on "${{runner.os}}", requested "${{inputs.compiler}}" as CC' - run: 'echo hi && setup "${{ runner.os }}" "${{inputs.compiler}}" "${{inputs.ssl}}"' shell: bash