Skip to content

Commit

Permalink
ci: Bump macOS dependencies again (#1583)
Browse files Browse the repository at this point in the history
This is because the python version got out of sync again.
  • Loading branch information
paulgessinger committed Oct 7, 2022
1 parent f7c5dce commit 465fe6f
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.1e4136f.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.52aa83d.tar.gz
&& tar -xf deps.tar.gz -C /usr/local/acts
- name: Cache build
Expand Down

0 comments on commit 465fe6f

Please sign in to comment.