Skip to content

Commit fe5ec40

Browse files
committed
*: Fix broken CI
apt-get is struggling to find libcurl4-openssl-dev out of the box. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 0f46b7a commit fe5ec40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/git.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Install build dependencies
28-
run: sudo apt-get install gettext libcurl4-openssl-dev
28+
run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev
2929

3030
- name: Git Build
3131
run: make build-git

0 commit comments

Comments
 (0)