We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--use-C17
1 parent 57d3d92 commit 3c4254bCopy full SHA for 3c4254b
1 file changed
.github/workflows/nightly.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: R CMD build --no-build-vignettes --no-manual .
25
- name: Install Package
26
# 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)
+ 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)
28
- name: Run Tests
29
# given that the package is installed and uses tinytest, we can easily run its tests
30
run: Rscript -e 'tinytest::test_package("tiledb")'
0 commit comments