Skip to content

Commit 3c4254b

Browse files
authored
Add flag --use-C17 for nightly build with R 4.5.0 (#815)
1 parent 57d3d92 commit 3c4254b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: R CMD build --no-build-vignettes --no-manual .
2525
- name: Install Package
2626
# running an install step gives better logging on standard out than R CMD check which tucks this away
27-
run: R CMD INSTALL --configure-args="--with-download=https://github.com/TileDB-Inc/TileDB/archive/refs/heads/main.zip" $(ls -1tr *.tar.gz | tail -1)
27+
run: R CMD INSTALL --use-C17 --configure-args="--with-download=https://github.com/TileDB-Inc/TileDB/archive/refs/heads/main.zip" $(ls -1tr *.tar.gz | tail -1)
2828
- name: Run Tests
2929
# given that the package is installed and uses tinytest, we can easily run its tests
3030
run: Rscript -e 'tinytest::test_package("tiledb")'

0 commit comments

Comments
 (0)