From: Cebtenzzre Date: Fri, 15 Sep 2023 19:18:15 +0000 (-0400) Subject: fix build numbers by setting fetch-depth=0 (#3197) X-Git-Tag: gguf-v0.4.0~61 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=69eb67e28275cd2d57693405f768754a7b2245ad;p=pkg%2Fggml%2Fsources%2Fllama.cpp fix build numbers by setting fetch-depth=0 (#3197) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 641dbccd..8b869f68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -281,6 +281,8 @@ jobs: - name: Clone id: checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Download OpenCL SDK id: get_opencl @@ -397,6 +399,8 @@ jobs: - name: Clone id: checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: Jimver/cuda-toolkit@v0.2.11 id: cuda-toolkit @@ -485,6 +489,8 @@ jobs: - name: Clone id: checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Determine tag name id: tag