Skip to content

Commit

Permalink
*: Fix broken CI
Browse files Browse the repository at this point in the history
apt-get is struggling to find libcurl4-openssl-dev out of the box.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
  • Loading branch information
pjbgf committed Jul 20, 2023
1 parent 0f46b7a commit fe5ec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Git Build
run: make build-git
Expand Down

0 comments on commit fe5ec40

Please sign in to comment.