Skip to content

Commit 8a4eb3c

Browse files
committed
Update the apt cache
1 parent c09c0bd commit 8a4eb3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ jobs:
307307
with:
308308
path: ~/.cpan/sources
309309
key: cache-cpan
310+
- name: Update apt
311+
run: |
312+
sudo apt update
310313
- name: Uninstall system MySQL/MariaDB
311314
run: |
312315
sudo apt purge `{ dpkg --get-selections '*mysql*'; dpkg --get-selections '*mariadb*'; } | sed 's/[:\t].*//'`

0 commit comments

Comments
 (0)