mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
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:
parent
17e8200733
commit
df8111ae9a
17 changed files with 5 additions and 5757 deletions
5
.github/workflows/linux-old.yml
vendored
5
.github/workflows/linux-old.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue