patc: broken CI builds

This commit is contained in:
Mohamed Sohail 2023-02-21 17:51:05 +00:00
parent 40cb86f522
commit b5b2f89ad3
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 7 additions and 1 deletions

View File

@ -13,10 +13,16 @@ jobs:
environment: build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Workaround Git Security Warning
run: |
# Workaround a bug in github actions:
# https://github.com/actions/runner-images/issues/6775.
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Set up Go
uses: actions/setup-go@v2
with: