From 7599ec1aec554a9758aabd42be31a04096997c94 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Mar 2025 12:41:07 +0100 Subject: [PATCH] Update action.yml --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 2b05b20..257b2e2 100644 --- a/action.yml +++ b/action.yml @@ -9,8 +9,8 @@ inputs: description: a os string like "linux" "windows" required: true -runs: - using: docker +#runs: +# using: docker jobs: @@ -19,7 +19,6 @@ jobs: env: nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz" nimUrl: "https://nim-lang.org/download/${{env.nimPath}}" - steps: - run: echo "OK" #