From b240d723bb0d540ca8afc869ea18847c71c0e5f1 Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Wed, 28 Aug 2024 17:53:22 +0200 Subject: [PATCH] Rename cache wvp-model-base-q5_1 in .github/workflows/ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b68eb64..cb6a251 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: actions/cache@v4 with: path: ./build/source - key: wvp-model-tiny + key: wvp-model-base-q5_1 enableCrossOsArchive: true - name: Configure run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.build_type }} @@ -50,7 +50,7 @@ jobs: uses: actions/cache@v4 with: path: ./build/source - key: wvp-model-tiny + key: wvp-model-base-q5_1 enableCrossOsArchive: true - uses: seanmiddleditch/gha-setup-ninja@master - name: Configure @@ -86,7 +86,7 @@ jobs: uses: actions/cache@v4 with: path: ./build/source - key: wvp-model-tiny + key: wvp-model-base-q5_1 enableCrossOsArchive: true - name: Prepare run: powershell -Command "& {[System.IO.File]::WriteAllBytes('${{ github.workspace }}\cert.p12', [System.Convert]::FromBase64String('${{ secrets.SECTIGO_CERT_P12}}'))}" @@ -124,7 +124,7 @@ jobs: uses: actions/cache@v4 with: path: ./build/source - key: wvp-model-tiny + key: wvp-model-base-q5_1 enableCrossOsArchive: true - name: Prepare run: | @@ -179,7 +179,7 @@ jobs: uses: actions/cache@v4 with: path: ./build/source - key: wvp-model-tiny + key: wvp-model-base-q5_1 enableCrossOsArchive: true - name: Configure run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.build_type }} -DBPVP_BUILD_TAG=${{ env.tag_name }}