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.
apt update
apt install git
1 parent fd9c2a3 commit 40b9b50Copy full SHA for 40b9b50
1 file changed
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
steps:
97
- name: Install Git
98
run: |
99
- apt install git -yq
+ apt update && apt install git -yq
100
git config --global --add safe.directory "$GITHUB_WORKSPACE"
101
- uses: actions/checkout@v4
102
with:
0 commit comments