diff --git a/action.yml b/action.yml index 0db325a..726a1ee 100644 --- a/action.yml +++ b/action.yml @@ -10,19 +10,20 @@ description: Install the given nim version # required: false runs: - using: docker - -steps: - - run: echo "OK" - -jobs: - main: - #runs-on: docker - #env: - # nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz" - # nimUrl: "https://nim-lang.org/download/${{env.nimPath}}" - steps: + using: 'composite' + steps: + - name: Install nim + shell: bash - run: echo "OK" + +#jobs: +# main: +# #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