Skip to content

Commit

Permalink
ci: update macos deps (#1606)
Browse files Browse the repository at this point in the history
with acts-project/ci-dependencies#12 I added a specific python version to the macos ci dependencies which hopefully resolves the root/dd4hep issue for now
  • Loading branch information
andiwand committed Oct 20, 2022
1 parent f8e756e commit 66e0b95
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 @@ -479,7 +479,7 @@ jobs:
brew install cmake eigen 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.gz https://acts.web.cern.ch/ci/macOS/deps.52aa83d.tar.gz
&& wget --verbose --progress=dot:giga --continue --retry-connrefused --tries=5 --timeout=2 -O deps.tar.gz https://acts.web.cern.ch/ci/macOS/deps.ce7b5a4.tar.gz
&& tar -xf deps.tar.gz -C /usr/local/acts
- name: Cache build
Expand Down

0 comments on commit 66e0b95

Please sign in to comment.