diff --git a/.forgejo/workflows/CI.yml b/.forgejo/workflows/CI.yml
index cf0ffda..4410255 100644
--- a/.forgejo/workflows/CI.yml
+++ b/.forgejo/workflows/CI.yml
@@ -26,6 +26,7 @@ jobs:
         uses: actions/cache/restore@v4
         with:
           path: |
+            /usr/local/bin/
             ~/.roswell
             ~/.config/common-lisp/source-registry.conf.d
             ~/lisp
@@ -44,6 +45,7 @@ jobs:
         uses: actions/cache/save@v4
         with:
           path: |
+            /usr/local/bin/
             ~/.roswell
             ~/.config/common-lisp/source-registry.conf.d
             ~/lisp
diff --git a/hoge.txt b/hoge.txt
deleted file mode 100644
index e69de29..0000000