diff --git a/action.yml b/action.yml index 2083fc9..2b05b20 100644 --- a/action.yml +++ b/action.yml @@ -13,15 +13,15 @@ runs: using: docker -# 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" +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