Skip to content

Commit

Permalink
Update R-CMD-check-cross.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored Jun 3, 2024
1 parent 37a90c5 commit e16e236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
R CMD build --no-build-vignettes /quickjsr
echo "CC=clang-18" >> /etc/R/Makeconf
echo "CXX=clang++-18" >> /etc/R/Makeconf
MAKEFLAGS="-j4" R CMD check --as-cran --no-manual --no-vignettes QuickJSR_*.tar.gz
MAKEFLAGS="-j4" _R_CHECK_FORCE_SUGGESTS_="false" R CMD check --as-cran --no-manual --no-vignettes QuickJSR_*.tar.gz
- name: Check with gcc-13
uses: addnab/docker-run-action@v3
Expand All @@ -54,4 +54,4 @@ jobs:
R CMD build --no-build-vignettes /quickjsr
echo "CC=gcc-13" >> /etc/R/Makeconf
echo "CXX=g++-13" >> /etc/R/Makeconf
MAKEFLAGS="-j4" R CMD check --as-cran --no-manual --no-vignettes QuickJSR_*.tar.gz
MAKEFLAGS="-j4" _R_CHECK_FORCE_SUGGESTS_="false" R CMD check --as-cran --no-manual --no-vignettes QuickJSR_*.tar.gz

0 comments on commit e16e236

Please sign in to comment.