Move to using Rokit, update tools, and don't install unnecessary tools (#1109)

This commit is contained in:
Micah
2025-08-29 18:45:15 -07:00
committed by GitHub
parent 54e0ff230b
commit 5f33435f3c
5 changed files with 14 additions and 26 deletions

View File

@@ -35,11 +35,6 @@ jobs:
target
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.4.2
with:
version: 'v0.3.0'
- name: Build
run: cargo build --locked --verbose
@@ -76,11 +71,6 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.4.2
with:
version: 'v0.3.0'
- name: Build
run: cargo build --locked --verbose
@@ -116,10 +106,10 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.4.2
- name: Setup Rokit
uses: CompeyDev/setup-rokit@v0.1.2
with:
version: 'v0.3.0'
version: 'v1.1.0'
- name: Stylua
run: stylua --check plugin/src