fix(action.yml): add shell key

This commit is contained in:
Erica Marigold 2024-01-05 15:05:27 +05:30 committed by GitHub
parent 9679116382
commit 603fd520bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ inputs:
required: false
runs:
using: "composite"
shell: sh
steps:
- run: "wget https://github.com/CompeyDev/setup-lune/releases/download/latest/setup-lune-${{ runner.os }}-x86_64.zip"
- run: "unzip setup-lune-${{ runner.os }}-x86_64.zip"