Skip to content

Commit

Permalink
Merge pull request #219 from datalad/gh-218
Browse files Browse the repository at this point in the history
Install latest rsync on macOS builder
  • Loading branch information
jwodder authored Jan 15, 2025
2 parents 49f8641 + e8a6a89 commit c44c328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up system
run: brew install libmagic pkg-config
run: brew install libmagic pkg-config rsync

- name: Setup Haskell
uses: haskell/actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

{% elif ostype == "macos" %}
- name: Set up system
run: brew install libmagic pkg-config
run: brew install libmagic pkg-config rsync

{% endif %}
{% if ostype == "windows" or ostype == "macos" %}
Expand Down

0 comments on commit c44c328

Please sign in to comment.