We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d990d98 commit b5b623eCopy full SHA for b5b623e
1 file changed
.github/workflows/ci-internal.yml
@@ -123,6 +123,11 @@ jobs:
123
sudo make install
124
continue-on-error: true
125
126
+ - name: Install 7z
127
+ run: |
128
+ sudo apt install p7zip-full p7zip-rar
129
+ continue-on-error: true
130
+
131
- name: Download Unity & Modules
132
shell: bash
133
run: |
@@ -234,7 +239,7 @@ jobs:
234
239
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
235
240
sudo installer -package ~/UnityIosModule.pkg -target /
236
241
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
237
- xar -xf ~/UnityAndroidModule.pkg -C /opt/Editor/
242
+ 7z x -o* UnityAndroidModule.pkg
238
243
fi
244
245
- name: Create Test Results dir
0 commit comments