Skip to content

Commit

Permalink
ci: fix build not using cache (#10)
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
Boshen authored May 27, 2024
1 parent 670a715 commit 650f39d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
ref: main

- name: Install Rust
uses: moonrepo/setup-rust@v1
uses: Boshen/setup-rust@main
with:
bins: just
cache-base: main
cache-target: release
tools: just
save-cache: true # ${{ github.ref_name == 'main' }}

- name: Build oxlint
run: just oxlint
Expand Down

0 comments on commit 650f39d

Please sign in to comment.