Skip to content

Commit 353003a

Browse files
authored
Update ci-internal.yml
1 parent 74fc95c commit 353003a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-internal.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
- name: Install node package, `unity-verify-code`
9696
run: npm install --global https://github.com/sierpinskid/unity-verify-code
9797

98+
- name: Install 7z (for extracting .pkg files on Linux)
99+
if: ${{ inputs.os }} == 'ubuntu-latest'
100+
run: sudo apt-get install -y p7zip-full
101+
98102
- name: Download Unity & Modules
99103
shell: bash
100104
run: |
@@ -206,7 +210,7 @@ jobs:
206210
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
207211
sudo installer -package ~/UnityIosModule.pkg -target /
208212
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
209-
sudo installer -package ~/UnityIosModule.pkg -target /opt/Editor
213+
7z x -o/opt/Editor ~/UnityAndroidModule.pkg
210214
fi
211215
212216
- name: Create Test Results dir

0 commit comments

Comments
 (0)