We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b27d2 commit e90688eCopy full SHA for e90688e
.github/workflows/build.yml
@@ -904,6 +904,8 @@ jobs:
904
- name: Clone
905
id: checkout
906
uses: actions/checkout@v4
907
+ with:
908
+ fetch-depth: 0
909
910
- name: Install Cuda Toolkit 11.7
911
if: ${{ matrix.cuda == '11.7' }}
@@ -1139,6 +1141,8 @@ jobs:
1139
1141
1140
1142
1143
1144
1145
1146
1147
- name: Install
1148
id: depends
0 commit comments