-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installs rokit instead of aftman now
- Loading branch information
1 parent
715c222
commit e27ae57
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,15 @@ jobs: | |
with: | ||
submodules: true | ||
|
||
- name: Setup Aftman | ||
uses: ok-nick/[email protected] | ||
- name: Setup RoKit | ||
uses: CompeyDev/[email protected] | ||
|
||
- name: Install Necessary Tools | ||
run: | | ||
rokit trust rojo-rbx/rojo | ||
rokit trust lune-org/lune | ||
rokit trust seaofvoices/darklua | ||
rokit install | ||
- name: Bundle | ||
run: lune run Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,15 @@ jobs: | |
with: | ||
submodules: true | ||
|
||
- name: Setup Aftman | ||
uses: ok-nick/[email protected] | ||
- name: Setup RoKit | ||
uses: CompeyDev/[email protected] | ||
|
||
- name: Install Necessary Tools | ||
run: | | ||
rokit trust rojo-rbx/rojo | ||
rokit trust lune-org/lune | ||
rokit trust seaofvoices/darklua | ||
rokit install | ||
- name: Bundle | ||
run: lune run Build | ||
|