From b3c9c5b4f648278168677f9e796e225f98427c4e Mon Sep 17 00:00:00 2001 From: paku Date: Sat, 11 Jan 2025 18:09:09 +0900 Subject: [PATCH] Fix --- .forgejo/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/CI.yml b/.forgejo/workflows/CI.yml index 367df4a..6ca5aa9 100644 --- a/.forgejo/workflows/CI.yml +++ b/.forgejo/workflows/CI.yml @@ -15,9 +15,6 @@ jobs: lisp: - sbcl-bin - env: - LISP: ${{ matrix.lisp }} - steps: - uses: actions/checkout@v4 @@ -47,6 +44,7 @@ jobs: - name: Save cache id: save-cache uses: actions/cache/save@v4 + if: steps.restore-cache.outputs.cache-hit != 'true' with: path: | /usr/local/bin/ros