Skip to content

Commit

Permalink
fix build not using cache
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
Boshen committed May 27, 2024
1 parent 665d59c commit 5b8f9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
uses: moonrepo/setup-rust@v1
with:
bins: just
cache-base: main
# cache-base: main
cache-target: release
target-dirs: oxc/target

- name: Build oxlint
run: just oxlint
Expand Down

0 comments on commit 5b8f9db

Please sign in to comment.