We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f9ecc commit 1b6a011Copy full SHA for 1b6a011
1 file changed
.github/workflows/ci-internal.yml
@@ -133,6 +133,18 @@ jobs:
133
run: ls /opt/Unity
134
continue-on-error: true
135
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
144
145
+ run: ls /opt/Editor/Unity
146
147
148
- name: Install IL2CPP Module
149
if: inputs.compiler == 'il2cpp'
150
uses: nick-fields/retry@v2
0 commit comments