Update action.yml
This commit is contained in:
parent
269f14a7d9
commit
9c04817ca2
1 changed files with 5 additions and 2 deletions
|
|
@ -14,8 +14,11 @@ runs:
|
|||
steps:
|
||||
- name: Set environment variables
|
||||
run: |
|
||||
echo "nimPath=nim-${{ inputs.nimVersion }}-${{ inputs.os }}_x64.tar.xz" >> $GITHUB_ENV
|
||||
echo "nimUrl=https://nim-lang.org/download/${{ env.nimPath }}" >> $GITHUB_ENV
|
||||
set -x
|
||||
#echo "nimPath=nim-${{ inputs.nimVersion }}-${{ inputs.os }}_x64.tar.xz" >> $GITHUB_ENV
|
||||
#echo "nimUrl=https://nim-lang.org/download/${{ env.nimPath }}" >> $GITHUB_ENV
|
||||
nimPath=nim-${{ inputs.nimVersion }}-${{ inputs.os }}_x64.tar.xz
|
||||
nimUrl=https://nim-lang.org/download/${{ env.nimPath }}
|
||||
|
||||
- name: cache restore
|
||||
id: cachestep1
|
||||
|
|
|
|||
Loading…
Reference in a new issue