Skip to content

Commit eb3f9d9

Browse files
committed
fetch tags
1 parent 537a1c6 commit eb3f9d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
submodules: "true"
21+
fetch-depth: 0
22+
fetch-tags: true
2123
- name: Set up cmake cache
2224
uses: actions/cache@v3
2325
with:
@@ -40,6 +42,8 @@ jobs:
4042
uses: actions/checkout@v4
4143
with:
4244
submodules: "true"
45+
fetch-depth: 0
46+
fetch-tags: true
4347
- name: setup CUDA
4448
shell: bash
4549
run: |
@@ -76,6 +80,8 @@ jobs:
7680
uses: actions/checkout@v4
7781
with:
7882
submodules: "true"
83+
fetch-depth: 0
84+
fetch-tags: true
7985
- uses: actions/setup-python@v5
8086
with:
8187
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)