Skip to content

Commit b5b623e

Browse files
authored
Update ci-internal.yml
1 parent d990d98 commit b5b623e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-internal.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ jobs:
123123
sudo make install
124124
continue-on-error: true
125125

126+
- name: Install 7z
127+
run: |
128+
sudo apt install p7zip-full p7zip-rar
129+
continue-on-error: true
130+
126131
- name: Download Unity & Modules
127132
shell: bash
128133
run: |
@@ -234,7 +239,7 @@ jobs:
234239
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
235240
sudo installer -package ~/UnityIosModule.pkg -target /
236241
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
237-
xar -xf ~/UnityAndroidModule.pkg -C /opt/Editor/
242+
7z x -o* UnityAndroidModule.pkg
238243
fi
239244
240245
- name: Create Test Results dir

0 commit comments

Comments
 (0)