Cache ameba binary

This commit is contained in:
syeopite 2024-06-16 13:29:06 -07:00
parent a644d76497
commit e0ed094cc4
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 3 additions and 1 deletions

View File

@ -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