Update action.yml

This commit is contained in:
david 2025-03-10 20:41:20 +01:00
parent 9c04817ca2
commit 1ffc65eb0a

View file

@ -12,6 +12,9 @@ inputs:
runs:
using: "composite"
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
run: |
set -x