From 5b8f9dbc794eec303f59cc35162f063e568093a4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 27 May 2024 14:30:18 +0800 Subject: [PATCH] fix build not using cache closes #9 --- .github/workflows/ecosystem-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 32f1a78..0ef3450 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -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