Try to change fetch-depth

This commit is contained in:
Alex Root Junior 2020-11-12 22:15:50 +02:00
parent d63069c6e4
commit 684170098a

View File

@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'
- name: Set up QEMU
uses: docker/setup-qemu-action@v1