Skip to content

Commit

Permalink
ci: saving cache even if the build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 12, 2024
1 parent 363e699 commit 076c8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Cache Conan data
uses: actions/cache@v3
if: always()
env:
cache-name: cache-conan-data
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Cache Conan data
uses: actions/cache@v3
if: always()
env:
cache-name: cache-conan-data
with:
Expand Down

0 comments on commit 076c8a2

Please sign in to comment.