init
This commit is contained in:
parent
f7eb0abf43
commit
958a5b7e2b
1 changed files with 9 additions and 9 deletions
18
action.yml
18
action.yml
|
|
@ -13,15 +13,15 @@ runs:
|
||||||
using: docker
|
using: docker
|
||||||
|
|
||||||
|
|
||||||
# jobs:
|
jobs:
|
||||||
# install_nim:
|
install_nim:
|
||||||
# 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