This commit is contained in:
modmuss50 2022-04-13 19:42:06 +01:00
parent 8eae451042
commit 2ba370f3a8

View file

@ -12,6 +12,7 @@ jobs:
options: --user root
steps:
- run: apt update && apt install git -y && git --version
- run: git config --global --add safe.directory /__w/fabric/fabric
- uses: actions/checkout@v2
with:
fetch-depth: 0