ci + cuda: checkout w/ history when packaging needed
This commit is contained in:
parent
89da8df649
commit
ae175fe700
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -945,9 +945,11 @@ jobs:
|
|||
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
if: ${{ matrix.cuda.package }}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
if: ${{ !matrix.cuda.package }}
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue