diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40276078..98ed943d 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