From 5744500414d8eea41fb819be471d47373077d2cd Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Wed, 4 Dec 2024 17:35:25 +0100 Subject: [PATCH] fix: zlib renaming worked, fixing jpeg arch symbols - trying android build --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd5522ba..8a8b3671 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,7 @@ concurrency: jobs: build-apple: runs-on: macos-latest + if: github.head_ref == 'release' && github.event.pull_request.merged == true steps: - uses: actions/checkout@v4 - uses: Homebrew/actions/setup-homebrew@master @@ -42,7 +43,6 @@ jobs: build-android: runs-on: macos-latest - if: github.head_ref == 'release' && github.event.pull_request.merged == true steps: - uses: actions/checkout@v4 - uses: Homebrew/actions/setup-homebrew@master