We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac3aaf commit 01f9eccCopy full SHA for 01f9ecc
1 file changed
.github/workflows/ci-internal.yml
@@ -115,6 +115,24 @@ jobs:
115
tar -xJf ~/Unity.tar.xz -C /opt
116
fi
117
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
126
127
+ run: ls /opt
128
129
130
+ - name: Print /opt dir 2
131
132
133
+ run: ls /opt/Unity
134
135
136
- name: Install IL2CPP Module
137
if: inputs.compiler == 'il2cpp'
138
uses: nick-fields/retry@v2
0 commit comments