Skip to content

Commit 800fada

Browse files
committed
don't fail if directory exists
1 parent 296c325 commit 800fada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

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

6666
- name: Set flags
67-
run: mkdir ~/.R && echo "CXXFLAGS += ${{ matrix.cxxflags }}" > ~/.R/Makevars
67+
run: mkdir -p ~/.R && echo "CXXFLAGS += ${{ matrix.cxxflags }}" > ~/.R/Makevars
6868

6969
- name: Check
7070
run: CI=true ${{ matrix.r }} CMD check --no-vignettes --no-manual Rcpp_*.tar.gz

0 commit comments

Comments
 (0)