Skip to content

Commit

Permalink
gha/mac: disable md5sum checking, md5sum command not in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Oct 22, 2021
1 parent b6c59d9 commit 3cc7456
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Download OpenZFSonOsX-2.1.0-Big.Sur-11.pkg
run: curl -o zfs.pkg https://openzfsonosx.org/forum/download/file.php?id=343&sid=4b2c0ab13fa308c9b91ea188ba907d02

- name: Check openzfs-on-osx
run: |
echo "80bee1c01362372ea3a803fdac56bfaa zfs.pkg" >md5.sum
md5sum -c md5.sum || { md5sum zfs.pkg; exit 1; }
rm md5.sum
- name: Install openzfs-on-osx
run: sudo installer -verbose -pkg zfs.pkg -target /

Expand Down

0 comments on commit 3cc7456

Please sign in to comment.