Skip to content

Commit dc3263e

Browse files
committed
Restore accidentally omitted CI=true
1 parent 9ceaafe commit dc3263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ${{matrix.r }} CMD build --no-build-vignettes --no-manual .
5858

5959
- name: Check
60-
run: ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
60+
run: CI=true ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz
6161

6262
#covr:
6363
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)