File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments