Skip to content

Commit

Permalink
Merge pull request #50 from Nanoseb/fix-openmpi-cache
Browse files Browse the repository at this point in the history
add save-always flag to cache action
  • Loading branch information
Nanoseb committed Mar 21, 2024
2 parents eaeae17 + e81e6da commit 9f06f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/build_and_test.yml'

jobs:
unit-tests:
Expand All @@ -25,6 +26,7 @@ jobs:
with:
path: openmpi-${{ env.OMPI_VERSION }}/installed
key: openmpi-${{ env.OMPI_VERSION }}
save-always: 'true'

- name: Display GCC version number
run: gcc --version
Expand Down

0 comments on commit 9f06f6d

Please sign in to comment.