diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 459cdf5..f4c91f2 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: steps: - run: | apt-get update - apt-get install git + apt-get install -y git - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: