Update .forgejo/workflows/build.yaml
This commit is contained in:
parent
a3165580bb
commit
0ebff75231
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
apt install git-all
|
||||
apt-get update
|
||||
apt-get install git
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue