Skip to content

Commit

Permalink
ci : fix tag name in cuda and hip releases (ggerganov#10566)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Nov 28, 2024
1 parent 76b27d2 commit e90688e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ jobs:
- name: Clone
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Install
id: depends
Expand Down

0 comments on commit e90688e

Please sign in to comment.