fix: add shell keys to command steps

This commit is contained in:
Erica Marigold 2024-01-05 15:10:46 +05:30 committed by GitHub
parent 029153aaa5
commit 30fd8b92e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@ runs:
shell: sh
steps:
- run: "wget https://github.com/CompeyDev/setup-lune/releases/download/latest/setup-lune-${{ runner.os }}-x86_64.zip"
shell: bash
- run: "unzip setup-lune-${{ runner.os }}-x86_64.zip"
shell: bash
- run: "chmod +X ./setup-lune && ./setup-lune"
shell: bash
- run: "rm -rf ./setup-lune"
shell: bash