diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c436948..50aa608 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,8 @@ jobs: run: | export CFLAGS="-fno-stack-check" export MACOSX_DEPLOYMENT_TARGET="10.9" - + - name: Install zld + run: brew install michaeleisel/zld/zld - name: Build run: | cargo build --release --target x86_64-apple-darwin