Skip to content

Commit 17dc0be

Browse files
authored
Update ci-internal.yml
1 parent b5b623e commit 17dc0be

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,24 @@ jobs:
214214
run: ls /opt/Editor/Unity
215215
continue-on-error: true
216216

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+
shell: bash
225+
if: ${{ inputs.os }} == 'ubuntu-latest'
226+
run: ls /opt/Editor/Data/PlaybackEngines
227+
continue-on-error: true
228+
229+
- name: Print /opt dir 7
230+
shell: bash
231+
if: ${{ inputs.os }} == 'ubuntu-latest'
232+
run: ls /opt/Editor/Data/PlaybackEngines/AndroidPlayer
233+
continue-on-error: true
234+
217235
- name: Install IL2CPP Module
218236
if: inputs.compiler == 'il2cpp'
219237
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)