Skip to content

Commit

Permalink
Add apt update step
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Dec 12, 2023
1 parent 11e10cf commit 56ff1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: sudo apt-get install libcurl4 libcurl4-openssl-dev libjansson4 libjansson-dev libreadline-dev
run: sudo apt-get update && sudo apt-get install libcurl4 libcurl4-openssl-dev libjansson4 libjansson-dev libreadline-dev

- name: Install dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 56ff1fc

Please sign in to comment.