Skip to content

Commit

Permalink
ci: fix missing sha256sum on build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0129 committed Sep 26, 2023
1 parent 03f1450 commit e84f41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
fetch-depth: 0

- name: Install dependencies
run: brew install coreutils

- name: Build
run: make package-darwin_arm64

Expand Down

0 comments on commit e84f41d

Please sign in to comment.