Skip to content

Commit 7f19065

Browse files
committed
CI: run 'apt-get update' before installing pkgs
Fix that installing packages can fail with 404 errors if the package index inside the container image is outdated.
1 parent 02b4525 commit 7f19065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Install dependencies (apt)
2323
run: |
24+
sudo apt-get update
2425
sudo apt-get -q install -y \
2526
libsctp-dev \
2627
mariadb-server \

0 commit comments

Comments
 (0)