Skip to content

Commit

Permalink
Test cache deletion for problem with the fetching
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Carreras <leonardo.carreras@eonerc.rwth-aachen.de>
  • Loading branch information
leonardocarreras committed Sep 13, 2024
1 parent 6b27df9 commit b1af20c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_test_linux_fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1af20c

Please sign in to comment.