We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a3622 commit d314161Copy full SHA for d314161
.github/workflows/linux.yml
@@ -96,7 +96,7 @@ jobs:
96
if [[ "${{matrix.sys.compiler}}" = "gcc" ]]; then export CC=gcc-${{matrix.sys.version}}; export CXX=g++-${{matrix.sys.version}}; else export CC=clang; export CXX=clang++; fi
97
mkdir ~/.R
98
touch ~/.R/Makevars
99
- echo "CXX14=$CXX" >> ~/.R/Makevars
100
- echo "CXX14FLAGS=-fPIC -O2" >> ~/.R/Makevars
+ echo "CXX17=$CXX" >> ~/.R/Makevars
+ echo "CXX17FLAGS=-fPIC -O2" >> ~/.R/Makevars
101
Rscript ./unittest.R
102
0 commit comments