TESTING: cache in linux-old

I suspect the dependencies aren't available in the image, but we'll find
out shortly.
This commit is contained in:
Dan Fandrich 2026-04-08 12:15:27 -07:00
parent 17e8200733
commit df8111ae9a
17 changed files with 5 additions and 5757 deletions

View file

@ -58,6 +58,11 @@ jobs:
container: 'debian:stretch'
steps:
- uses: actions/cache@v4
id: cache
with:
path: ~/packagecache
- name: 'install prereqs'
# Remember, this shell is dash, not bash
run: |