Skip to content

Commit

Permalink
ci: Update macOS CI dependencies (#1445)
Browse files Browse the repository at this point in the history
Fix build failures for macOS
  • Loading branch information
paulgessinger committed Aug 18, 2022
1 parent 5dccd51 commit 9587b8d
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 @@ -462,7 +462,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.f2b4e25.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.1e4136f.tar.gz
&& tar -xf deps.tar.gz -C /usr/local/acts
- name: Cache build
Expand Down

0 comments on commit 9587b8d

Please sign in to comment.