Skip to content

Commit

Permalink
always upload cache
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 5, 2021
1 parent ab23d95 commit 40d8bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -75,7 +75,8 @@ jobs:
build-ccache-master
- name: Prepare build cache for branch/tag
uses: actions/cache@v2
# use a fork of actions/cache@v2 to upload cache even when the build or test failed
uses: pat-s/always-upload-cache@v2.1.0
if: github.event_name != 'pull_request'
with:
path: /home/runner/QGIS/.ccache
Expand Down

0 comments on commit 40d8bf1

Please sign in to comment.