From: Diego Devesa Date: Thu, 28 Nov 2024 14:58:54 +0000 (+0100) Subject: ci : fix tag name in cuda and hip releases (#10566) X-Git-Tag: upstream/0.0.4488~277 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e90688edd004fdb7063f463bd18408ba9ae008dd;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix tag name in cuda and hip releases (#10566) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e02b5c62..48953daf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' }} @@ -1139,6 +1141,8 @@ jobs: - name: Clone id: checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install id: depends