diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index da017f118c..83d4ffd095 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -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 diff --git a/.github/workflows/template/build-{{ostype}}.yaml.j2 b/.github/workflows/template/build-{{ostype}}.yaml.j2 index 5ab37c7dfa..1867c2e912 100644 --- a/.github/workflows/template/build-{{ostype}}.yaml.j2 +++ b/.github/workflows/template/build-{{ostype}}.yaml.j2 @@ -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" %}