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 92e574a commit 93f2e53Copy full SHA for 93f2e53
.github/workflows/cmake.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Install OpenMP dependencies with brew for OSX
66
if: contains(matrix.os,'macos')
67
- run: brew install libomp
+ run: brew install libomp #todo caching
68
69
- name: Show content of workspace after cache has been restored
70
run: find $RUNNER_WORKSPACE
0 commit comments