From f7eb0abf4388aecb9ac49154545bed62dfb25288 Mon Sep 17 00:00:00 2001 From: "David Krause (enthus1ast)" Date: Mon, 10 Mar 2025 12:08:23 +0100 Subject: [PATCH] init --- action.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 200ccd9..2083fc9 100644 --- a/action.yml +++ b/action.yml @@ -9,16 +9,20 @@ inputs: description: a os string like "linux" "windows" required: true -jobs: - install_nim: - runs-on: docker - env: - nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz" - nimUrl: "https://nim-lang.org/download/${{env.nimPath}}" +runs: + using: docker - steps: - - run: echo "OK" +# jobs: +# install_nim: +# runs-on: docker +# env: +# nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz" +# nimUrl: "https://nim-lang.org/download/${{env.nimPath}}" +# +# steps: +# - run: echo "OK" +# # ## Tries to use the cached version of the nim tar ball # - name: cache restore # id: cachestep1