Skip to content

Commit 71c1bf3

Browse files
Install ca-certificates for test
1 parent f1319a9 commit 71c1bf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Prepare
17-
run: touch ~/.cache
17+
run: |
18+
sudo apt-get install ca-certificates
19+
touch ~/.cache
1820
1921
- name: Cache
2022
uses: actions/cache@v3

0 commit comments

Comments
 (0)