Skip to content

Commit

Permalink
Added coreutils to PATH in macOS build workflow to fix readlink
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Jan 11, 2022
1 parent 2937685 commit 43cf347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: info
run: rsync --version
- name: check
run: sudo RSYNC_EXPECT_SKIPPED=acls-default,chmod-temp-dir,chown-fake,devices-fake,dir-sgid,protected-regular,xattrs-hlink,xattrs make check
run: sudo PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" RSYNC_EXPECT_SKIPPED=acls-default,chmod-temp-dir,chown-fake,devices-fake,dir-sgid,protected-regular,xattrs-hlink,xattrs make check
- name: ssl file list
run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
- name: save artifact
Expand Down

0 comments on commit 43cf347

Please sign in to comment.