Update action.yml
This commit is contained in:
parent
8d5da6e837
commit
477de414da
1 changed files with 13 additions and 12 deletions
21
action.yml
21
action.yml
|
|
@ -10,19 +10,20 @@ description: Install the given nim version
|
||||||
# required: false
|
# required: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: 'composite'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install nim
|
||||||
|
shell: bash
|
||||||
- run: echo "OK"
|
- run: echo "OK"
|
||||||
|
|
||||||
jobs:
|
#jobs:
|
||||||
main:
|
# main:
|
||||||
#runs-on: docker
|
# #runs-on: docker
|
||||||
#env:
|
# #env:
|
||||||
# nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz"
|
# # nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz"
|
||||||
# nimUrl: "https://nim-lang.org/download/${{env.nimPath}}"
|
# # nimUrl: "https://nim-lang.org/download/${{env.nimPath}}"
|
||||||
steps:
|
# steps:
|
||||||
- run: echo "OK"
|
# - run: echo "OK"
|
||||||
#
|
#
|
||||||
# ## Tries to use the cached version of the nim tar ball
|
# ## Tries to use the cached version of the nim tar ball
|
||||||
# - name: cache restore
|
# - name: cache restore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue