We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a5510 commit 1f640f0Copy full SHA for 1f640f0
.github/workflows/deploy.yml
@@ -128,9 +128,10 @@ jobs:
128
run: |
129
# OpenMP libraries are not installed by default on macos
130
clang --version
131
- clang --version | grep "13\."
+ clang --version | grep "\(13\.\|14\.\)"
132
# hardcoded, not ideal
133
# https://mac.r-project.org/openmp/
134
+ # This includes only the dynamic library
135
curl -O https://mac.r-project.org/openmp/openmp-13.0.0-darwin21-Release.tar.gz
136
sudo tar fvxz openmp-13.0.0-darwin21-Release.tar.gz -C /
137
ls /usr/local/lib
0 commit comments