mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
always upload cache
This commit is contained in:
parent
868d2de71d
commit
930725b956
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@ -75,7 +75,8 @@ jobs:
|
|||||||
build-ccache-master
|
build-ccache-master
|
||||||
|
|
||||||
- name: Prepare build cache for branch/tag
|
- 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'
|
if: github.event_name != 'pull_request'
|
||||||
with:
|
with:
|
||||||
path: /home/runner/QGIS/.ccache
|
path: /home/runner/QGIS/.ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user