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