Skip to content

Commit

Permalink
installs rokit instead of aftman now
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMasterOogway committed Nov 11, 2024
1 parent 715c222 commit e27ae57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/onchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e27ae57

Please sign in to comment.