Update action.yml
This commit is contained in:
parent
9c04817ca2
commit
1ffc65eb0a
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: FOO
|
||||||
|
env.nimPath: nim-${{ inputs.nimVersion }}-${{ inputs.os }}_x64.tar.xz
|
||||||
|
env.nimUrl: https://nim-lang.org/download/${{ env.nimPath }}
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue