We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt update
apt install git
1 parent 2c9911a commit 0af4ec3Copy full SHA for 0af4ec3
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
- name: Install Git
55
run: |
56
- apt install git -yq
+ apt update && apt install git -yq
57
git config --global --add safe.directory "$GITHUB_WORKSPACE"
58
- uses: actions/checkout@v4
59
with:
0 commit comments