mirror of
https://github.com/CompeyDev/setup-lune.git
synced 2025-04-04 09:50:53 +01:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
f7ec5941e6 | |||
9c4c602b15 | |||
ced88ac80a |
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ runs:
|
|||
using: "composite"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue