Skip to content

Commit

Permalink
can get eigen from tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jul 3, 2024
1 parent cef5d1b commit 0dc1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: >
brew install cmake eigen ninja ccache
brew install cmake ninja ccache
&& sudo mkdir /usr/local/acts
&& sudo chown $USER /usr/local/acts
&& wget --verbose --progress=dot:giga --continue --retry-connrefused --tries=5 --timeout=2 -O deps.tar.zst https://acts.web.cern.ch/ACTS/ci/macOS/cmake/deps.a7e32a9.tar.zst
Expand Down

0 comments on commit 0dc1e1e

Please sign in to comment.