We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73486ff commit f0101cfCopy full SHA for f0101cf
.github/workflows/rhub.yaml
@@ -72,7 +72,10 @@ jobs:
72
- name: Environment Variable for atlas
73
if: matrix.config.label == 'atlas'
74
# https://rstudio.github.io/r-manuals/r-ints/Tools.html
75
+ # atlas also seems to be missing libsvml.so from intel-openapi-runtime-blas
76
run: |
77
+ apt update
78
+ apt install -y intel-openapi-runtime-libs
79
echo "_R_CHECK_COMPILATION_FLAGS_=false" >> $GITHUB_ENV
80
- uses: r-hub/actions/run-check@v1
81
with:
0 commit comments