diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 1d82c9f..60ea4e0 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -33,11 +33,10 @@ jobs: - name: Install Rust uses: Boshen/setup-rust@main with: - tools: just save-cache: ${{ github.ref_name == 'main' }} - name: Build oxlint - run: just oxlint + run: cargo oxlint - name: Upload Binary uses: actions/upload-artifact@v4