File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ jobs:
107
107
uses : actions/cache@v3
108
108
with :
109
109
path : ${{ env.R_LIBS_USER }}
110
- key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16 -r-4.2 -${{ hashFiles('.github/depends.Rds') }}
111
- restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2 -
110
+ key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }} -r-${{ runner.r }} -${{ hashFiles('.github/depends.Rds') }}
111
+ restore-keys : ${{ env.cache-version }}-${{ runner.os }}-${{ runner.bioc }}-r-${{ runner.r }} -
112
112
113
113
- name : Cache R packages on Linux
114
114
if : " !contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
115
115
uses : actions/cache@v3
116
116
with :
117
117
path : /home/runner/work/_temp/Library
118
- key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16 -r-4.2 -${{ hashFiles('.github/depends.Rds') }}
119
- restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16 -r-4.2 -
118
+ key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }} -r-${{ runner.r }} -${{ hashFiles('.github/depends.Rds') }}
119
+ restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }} -r-${{ runner.r }} -
120
120
121
121
- name : Install Linux system dependencies
122
122
if : runner.os == 'Linux'
@@ -314,7 +314,7 @@ jobs:
314
314
if : failure()
315
315
uses : actions/upload-artifact@master
316
316
with :
317
- name : ${{ runner.os }}-biocversion-RELEASE_3_18 -r-4.3 -results
317
+ name : ${{ runner.os }}-biocversion-${{ runner.bioc }} -r-${{ runner.r }} -results
318
318
path : check
319
319
320
320
# # Note that DOCKER_PASSWORD is really a token for your dockerhub
You can’t perform that action at this time.
0 commit comments