Skip to content

Commit 6d06eb8

Browse files
committed
WIP: cache apt packages in CI
1 parent a87a89a commit 6d06eb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
with:
3636
bundler-cache: true
3737

38+
- name: Cache apt packages
39+
uses: actions/cache@v4
40+
with:
41+
path: |
42+
/var/lib/apt/lists
43+
/var/cache/apt/archives
44+
3845
- run: bash script/install/config.bash --defaults
3946
env:
4047
DATABASE_INSTALL: false

0 commit comments

Comments
 (0)