We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f46b7a + fe5ec40 commit 1a1bc14Copy full SHA for 1a1bc14
.github/workflows/git.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Install build dependencies
28
- run: sudo apt-get install gettext libcurl4-openssl-dev
+ run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev
29
30
- name: Git Build
31
run: make build-git
0 commit comments