Skip to content

Commit 01ddd32

Browse files
committed
Github actions: add apt update to avoid outdated packages (404s)
1 parent d78e248 commit 01ddd32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- run: |
9+
sudo apt update
910
sudo apt install -y python3 python3-pip python3-setuptools libcurl4-openssl-dev libssl-dev libsasl2-dev
1011
python3 -m pip install -r tests/requirements.txt
1112
- run: |
@@ -24,6 +25,7 @@ jobs:
2425
steps:
2526
- uses: actions/checkout@v2
2627
- run: |
28+
sudo apt update
2729
sudo apt install -y python3 python3-pip python3-setuptools clang-format
2830
python3 -m pip install -r packaging/tools/requirements.txt
2931
- name: Style checker

0 commit comments

Comments
 (0)