Skip to content

Commit 164253b

Browse files
committed
remove another unused env var
1 parent 6a96991 commit 164253b

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/firebaseai.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ jobs:
4242
OS: ${{ matrix.platform }}
4343
DEVICE: ${{ matrix.device }}
4444
TEST: false
45+
<<<<<<< Updated upstream
4546
XCODE_VERSION: ${{ matrix.xcode }}
47+
=======
48+
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
49+
>>>>>>> Stashed changes
4650
steps:
4751
- name: Checkout
4852
uses: actions/checkout@master

.github/workflows/functions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ jobs:
5151
OS: ${{ matrix.os }}
5252
DEVICE: ${{ matrix.device }}
5353
TEST: false
54+
<<<<<<< Updated upstream
5455
XCODE_VERSION: ${{ matrix.xcode }}
56+
=======
57+
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
58+
>>>>>>> Stashed changes
5559
steps:
5660
- name: Checkout
5761
uses: actions/checkout@master

.github/workflows/performance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
OS: ${{ matrix.os }}
7878
DEVICE: ${{ matrix.device }}
7979
TEST: ${{ matrix.test }}
80+
<<<<<<< Updated upstream
8081
XCODE_VERSION: ${{ matrix.xcode }}
82+
=======
83+
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
84+
>>>>>>> Stashed changes
8185
steps:
8286
- name: Checkout
8387
uses: actions/checkout@master

.github/workflows/storage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
OS: ${{ matrix.os }}
7878
DEVICE: ${{ matrix.device }}
7979
TEST: false
80+
<<<<<<< Updated upstream
8081
XCODE_VERSION: ${{ matrix.xcode }}
82+
=======
83+
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
84+
>>>>>>> Stashed changes
8185
steps:
8286
- name: Checkout
8387
uses: actions/checkout@master

0 commit comments

Comments
 (0)