File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 env :
1919 IOS_RUNTIME_VERSION : ' 26.2'
2020 IOS_DEVICE_NAME : ' iPhone 17 Pro'
21- PREBUILT_DIR : ${{ runner.temp }}/ios-runner-prebuilt
22- DERIVED_DATA_PATH : ${{ runner.temp }}/ios-runner-derived
21+ PREBUILT_DIR : ${{ github.workspace }}/.tmp /ios-runner-prebuilt
22+ DERIVED_DATA_PATH : ${{ github.workspace }}/.tmp /ios-runner-derived
2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 2121 continue-on-error : true
2222 env :
2323 IOS_RUNTIME_VERSION : ' 26.2'
24- PREBUILT_DIR : ${{ runner.temp }}/ios-runner-prebuilt
24+ PREBUILT_DIR : ${{ github.workspace }}/.tmp /ios-runner-prebuilt
2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
You can’t perform that action at this time.
0 commit comments