Skip to content

Commit 1a1bc14

Browse files
authored
Merge pull request go-git#814 from pjbgf/fix-build
*: Fix broken CI
2 parents 0f46b7a + fe5ec40 commit 1a1bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git.yml

Lines changed: 1 addition & 1 deletion
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)