Skip to content

Commit

Permalink
Ensure apt-get update is executed in github runner
Browse files Browse the repository at this point in the history
Otherwise we can't install libcurl4-openssl-dev.
See: actions/runner-images#5470

Signed-off-by: Ronan Abhamon <[email protected]>
  • Loading branch information
Wescoeur committed Mar 22, 2023
1 parent 3a7fdd1 commit b5881af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install nbdkit-plugin-dev libcurl4-openssl-dev
- name: Build multi-http-plugin
run: |
Expand Down

0 comments on commit b5881af

Please sign in to comment.