File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ jobs:
250
250
fail-fast : false
251
251
matrix : ${{fromJson(needs.rcc-smoke.outputs.versions-matrix)}}
252
252
253
- timeout-minutes : 240
254
-
255
253
steps :
256
254
- uses : actions/checkout@v4
257
255
with :
@@ -291,7 +289,6 @@ jobs:
291
289
results : ${{ runner.os }}-r${{ matrix.r }}
292
290
293
291
- uses : ./.github/workflows/covr
294
- timeout-minutes : 240
295
292
if : ${{ matrix.covr }}
296
293
with :
297
294
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 60
60
# echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
61
61
echo "_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_=true" | tee -a $GITHUB_ENV
62
62
echo "_R_CHECK_FORCE_SUGGESTS_=false" | tee -a $GITHUB_ENV
63
+ shell : bash
64
+
65
+ - name : Set environment variables (non-macOS only)
66
+ if : runner.os != 'macOS'
67
+ run : |
63
68
echo "_R_CHECK_THINGS_IN_OTHER_DIRS_=true" | tee -a $GITHUB_ENV
64
69
shell : bash
65
70
You can’t perform that action at this time.
0 commit comments