remove fetch-depth

This commit is contained in:
slaren 2024-11-27 05:10:17 +01:00
parent 6b96b5e221
commit 05f205b3ea

View file

@ -904,8 +904,6 @@ jobs:
- name: Clone - name: Clone
id: checkout id: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Cuda Toolkit 11.7 - name: Install Cuda Toolkit 11.7
if: ${{ matrix.cuda == '11.7' }} if: ${{ matrix.cuda == '11.7' }}