From e84f41de548717859d7b51c7d34353998757a7f4 Mon Sep 17 00:00:00 2001 From: Charlie Chiang Date: Tue, 26 Sep 2023 21:39:45 +0800 Subject: [PATCH] ci: fix missing sha256sum on build machine --- .github/workflows/release-binary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index 9c5d893..56e1643 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -20,6 +20,9 @@ jobs: with: fetch-depth: 0 + - name: Install dependencies + run: brew install coreutils + - name: Build run: make package-darwin_arm64