fix shell call in action.yml

This commit is contained in:
gmega 2024-01-16 18:51:36 -03:00
parent 597d120728
commit d5021a8dc0
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ runs:
# FIXME: drop this once https://github.com/nim-lang/Nim/issues/23214 gets upstreamed/backported # FIXME: drop this once https://github.com/nim-lang/Nim/issues/23214 gets upstreamed/backported
- name: Set NIM_REPO - name: Set NIM_REPO
shell: ${{ inputs.shell }} {0}
run: echo "NIM_REPO='https://github.com/gmega/Nim'" >> ${GITHUB_ENV} run: echo "NIM_REPO='https://github.com/gmega/Nim'" >> ${GITHUB_ENV}
- name: Build Nim and Codex dependencies - name: Build Nim and Codex dependencies