Thanks to visit codestin.com Credit goes to github.com
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 2c9911a commit 0af4ec3Copy full SHA for 0af4ec3
1 file changed
.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