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.
2 parents d178dbe + b700dc7 commit 2863c40Copy full SHA for 2863c40
.github/workflows/publish.yml
@@ -64,9 +64,9 @@ jobs:
64
with:
65
submodules: true
66
67
- # ARM macOS runner misses some peaces
68
- - name: Set up Homebrew paths on ARM macOS
69
- if: ${{ matrix.os == 'macos-14' }}
+ # macOS runners need Homebrew paths set up
+ - name: Set up Homebrew paths on macOS
+ if: ${{ runner.os == 'macOS' }}
70
run: |
71
echo "CPATH=$(brew --prefix)/include:$(brew --prefix)/include/eigen3:${CPATH}" >> $GITHUB_ENV
72
echo "LIBRARY_PATH=$(brew --prefix)/lib:$(brew --prefix)/lib64:${LIBRARY_PATH}" >> $GITHUB_ENV
0 commit comments