Skip to content

Commit

Permalink
Merge pull request #814 from pjbgf/fix-build
Browse files Browse the repository at this point in the history
*: Fix broken CI
  • Loading branch information
pjbgf committed Jul 21, 2023
2 parents 0f46b7a + fe5ec40 commit 1a1bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
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 1a1bc14

Please sign in to comment.