summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2024-06-16 13:29:06 -0700
committersyeopite <syeopite@syeopite.dev>2024-06-16 13:29:06 -0700
commite0ed094cc46c6e3e7b37e5e3fbfc8bea9bc267a6 (patch)
tree5a0d8bc3d6e0909793d902293b4ee54d6904b159 /.github/workflows
parenta644d76497ad48baf7a5d0230151fdcc4eb33414 (diff)
downloadinvidious-e0ed094cc46c6e3e7b37e5e3fbfc8bea9bc267a6.tar.gz
invidious-e0ed094cc46c6e3e7b37e5e3fbfc8bea9bc267a6.tar.bz2
invidious-e0ed094cc46c6e3e7b37e5e3fbfc8bea9bc267a6.zip
Cache ameba binary
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0db0cb75..eb18f639 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,7 +139,9 @@ jobs:
- name: Cache Shards
uses: actions/cache@v3
with:
- path: ./lib
+ path: |
+ ./lib
+ ./bin
key: shards-${{ hashFiles('shard.lock') }}
- name: Install Shards