diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7a6e39..279db27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,10 +61,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Install Rokit - uses: CompeyDev/setup-rokit@v0.1.2 - with: - token: ${{ secrets.GITHUB_TOKEN }} + - name: Install Luau + uses: encodedvenom/install-luau@v2.1 - name: Run Unit Tests run: |