From a1be29e9fbc8a3b670520cacebc1e7430426cd7f Mon Sep 17 00:00:00 2001 From: zhaixian Date: Fri, 8 Dec 2023 15:59:19 +0800 Subject: [PATCH] Update ci yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40cdb80..ec7d13c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: iOS: name: ${{ matrix.name }} runs-on: ${{ matrix.runsOn }} - env: - DEVELOPER_DIR: "/Applications/${{ matrix.xcode }}.app/Contents/Developer" timeout-minutes: 10 strategy: fail-fast: false