From b463ac275aaf44da6e699e733da161271aebd0ed Mon Sep 17 00:00:00 2001 From: filoxenace Date: Thu, 25 Sep 2025 00:57:33 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f35c7e3..b010e5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,9 @@ jobs: - name: Install Rokit run: curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash + + - name: add rokit to PATH + run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH # Install lune - name: Install Lune