We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b623e commit 17dc0beCopy full SHA for 17dc0be
1 file changed
.github/workflows/ci-internal.yml
@@ -214,6 +214,24 @@ jobs:
214
run: ls /opt/Editor/Unity
215
continue-on-error: true
216
217
+ - name: Print /opt dir 5
218
+ shell: bash
219
+ if: ${{ inputs.os }} == 'ubuntu-latest'
220
+ run: ls /opt/Editor/Data
221
+ continue-on-error: true
222
+
223
+ - name: Print /opt dir 6
224
225
226
+ run: ls /opt/Editor/Data/PlaybackEngines
227
228
229
+ - name: Print /opt dir 7
230
231
232
+ run: ls /opt/Editor/Data/PlaybackEngines/AndroidPlayer
233
234
235
- name: Install IL2CPP Module
236
if: inputs.compiler == 'il2cpp'
237
uses: nick-fields/retry@v2
0 commit comments