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
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt install git-all
|
apt-get update
|
||||||
|
apt-get install git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue