From 9494c1292ef023e9804038c8d8c3659cc295996a Mon Sep 17 00:00:00 2001 From: ardocrat Date: Tue, 22 Oct 2024 23:47:19 +0300 Subject: [PATCH] github: macos coreutils --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4027607..98ed943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,6 +100,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install coreutils + run: brew install coreutils - name: Download SDK run: wget https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.15.sdk.tar.xz - name: Setup SDK env