From e27ae5797362d62b59bafc70c8f4dbd2037efd59 Mon Sep 17 00:00:00 2001 From: ActualMasterOogway Date: Mon, 11 Nov 2024 17:08:39 +0100 Subject: [PATCH] installs rokit instead of aftman now --- .github/workflows/onchange.yml | 11 +++++++++-- .github/workflows/release.yml | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/workflows/onchange.yml b/.github/workflows/onchange.yml index 10e4c63..c4b644f 100644 --- a/.github/workflows/onchange.yml +++ b/.github/workflows/onchange.yml @@ -26,8 +26,15 @@ jobs: with: submodules: true - - name: Setup Aftman - uses: ok-nick/setup-aftman@v0.4.2 + - name: Setup RoKit + uses: CompeyDev/setup-rokit@v0.1.2 + + - 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94fa264..a57a8cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,15 @@ jobs: with: submodules: true - - name: Setup Aftman - uses: ok-nick/setup-aftman@v0.4.2 + - name: Setup RoKit + uses: CompeyDev/setup-rokit@v0.1.2 + + - 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