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 4fe09df commit 69eb67eCopy full SHA for 69eb67e
.github/workflows/build.yml
@@ -281,6 +281,8 @@ jobs:
281
- name: Clone
282
id: checkout
283
uses: actions/checkout@v3
284
+ with:
285
+ fetch-depth: 0
286
287
- name: Download OpenCL SDK
288
id: get_opencl
@@ -397,6 +399,8 @@ jobs:
397
399
398
400
401
402
403
404
405
- uses: Jimver/[email protected]
406
id: cuda-toolkit
@@ -485,6 +489,8 @@ jobs:
485
489
486
490
487
491
492
493
488
494
495
- name: Determine tag name
496
id: tag
0 commit comments