Skip to content

Commit 9e51107

Browse files
committed
github actions: run apt-get update before installing
1 parent 8ec6c71 commit 9e51107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install libcurl-dev for pycurl (needed by arvados)
5656
if: ${{ matrix.step == 'mypy' }}
57-
run: sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev gnutls-dev
57+
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev gnutls-dev
5858

5959
- name: Upgrade setuptools and install tox
6060
run: |

0 commit comments

Comments
 (0)