Skip to content

Commit

Permalink
ci: disable shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jul 14, 2021
1 parent bb03511 commit 22d361b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: LZMA2 Test
run: docker run --rm --privileged -w /root/papaw -v `pwd`:/root/papaw ghcr.io/${{ github.repository }}/ci-container ./ci/test.sh xz
Expand Down

0 comments on commit 22d361b

Please sign in to comment.