Skip to content

Commit 88491a5

Browse files
committed
Set Eigen version to eigen@3 in CI to prevent 5.0.0 update
1 parent cc740a0 commit 88491a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ jobs:
238238
- name: Install Eigen
239239
if: "!contains( matrix.compiler, 'nvhpc' )"
240240
run: |
241-
brew install eigen
241+
brew install eigen@3
242+
echo "Eigen3_ROOT=$(brew --prefix eigen@3)" >> $GITHUB_ENV
242243
243244
- name: Save cached dependencies
244245
# There seems to be a problem with cached NVHPC dependencies, leading to SIGILL perhaps due to slightly different architectures

0 commit comments

Comments
 (0)