Skip to content

Commit

Permalink
always upload cache
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 2, 2021
1 parent 2fcdb0d commit 071eff5
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 071eff5

Please sign in to comment.