We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc740a0 commit 88491a5Copy full SHA for 88491a5
.github/workflows/build.yml
@@ -238,7 +238,8 @@ jobs:
238
- name: Install Eigen
239
if: "!contains( matrix.compiler, 'nvhpc' )"
240
run: |
241
- brew install eigen
+ brew install eigen@3
242
+ echo "Eigen3_ROOT=$(brew --prefix eigen@3)" >> $GITHUB_ENV
243
244
- name: Save cached dependencies
245
# There seems to be a problem with cached NVHPC dependencies, leading to SIGILL perhaps due to slightly different architectures
0 commit comments