1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

fixed git checkout depth bug

This commit is contained in:
loyalsoldier
2019-12-11 02:27:05 +08:00
parent c22db61188
commit 5caf66de4b

View File

@@ -38,8 +38,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
fetch-depth: 1
# - name: Set GOPATH
# run: |