Skip to content

Commit 1b6a011

Browse files
authored
Update ci-internal.yml
1 parent 01f9ecc commit 1b6a011

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ jobs:
133133
run: ls /opt/Unity
134134
continue-on-error: true
135135

136+
- name: Print /opt dir 3
137+
shell: bash
138+
if: ${{ inputs.os }} == 'ubuntu-latest'
139+
run: ls /opt/Editor
140+
continue-on-error: true
141+
142+
- name: Print /opt dir 4
143+
shell: bash
144+
if: ${{ inputs.os }} == 'ubuntu-latest'
145+
run: ls /opt/Editor/Unity
146+
continue-on-error: true
147+
136148
- name: Install IL2CPP Module
137149
if: inputs.compiler == 'il2cpp'
138150
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)