From b1af20c840dce4c255a5a5f72eb03bdb63911fef Mon Sep 17 00:00:00 2001 From: Leonardo Carreras Date: Fri, 13 Sep 2024 22:38:08 +0200 Subject: [PATCH] Test cache deletion for problem with the fetching Signed-off-by: Leonardo Carreras --- .github/workflows/build_test_linux_fedora.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_test_linux_fedora.yaml b/.github/workflows/build_test_linux_fedora.yaml index 4348657d33..ab7cdea114 100644 --- a/.github/workflows/build_test_linux_fedora.yaml +++ b/.github/workflows/build_test_linux_fedora.yaml @@ -53,11 +53,10 @@ jobs: with: submodules: recursive - - name: Restore build archive - uses: actions/download-artifact@v4 - with: - name: build-fedora-examples-cache-${{ github.sha }} - path: ${{ github.workspace }}/build + - name: Configure CMake + shell: bash + working-directory: ${{ github.workspace }}/build + run: cmake -DCIM_VERSION=CGMES_2.4.15_16FEB2016 $GITHUB_WORKSPACE - name: Build every target shell: bash