Skip to content

Commit 01f9ecc

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

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
@@ -115,6 +115,24 @@ jobs:
115115
tar -xJf ~/Unity.tar.xz -C /opt
116116
fi
117117
118+
- name: Print ~
119+
shell: bash
120+
if: ${{ inputs.os }} == 'ubuntu-latest'
121+
run: ls ~
122+
continue-on-error: true
123+
124+
- name: Print /opt dir
125+
shell: bash
126+
if: ${{ inputs.os }} == 'ubuntu-latest'
127+
run: ls /opt
128+
continue-on-error: true
129+
130+
- name: Print /opt dir 2
131+
shell: bash
132+
if: ${{ inputs.os }} == 'ubuntu-latest'
133+
run: ls /opt/Unity
134+
continue-on-error: true
135+
118136
- name: Install IL2CPP Module
119137
if: inputs.compiler == 'il2cpp'
120138
uses: nick-fields/retry@v2

0 commit comments

Comments
 (0)