Skip to content

Commit 1fef116

Browse files
authored
Update ci-internal.yml
1 parent 6bf092c commit 1fef116

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ 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 xar (for extracting .pkg files on Linux)
98+
- name: Install unar (for extracting .pkg files on Linux)
9999
if: ${{ inputs.os }} == 'ubuntu-latest'
100-
run: sudo apt-get install -y xar
100+
run: sudo apt-get install -y unar
101101

102102
- name: Download Unity & Modules
103103
shell: bash
@@ -210,7 +210,7 @@ jobs:
210210
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
211211
sudo installer -package ~/UnityIosModule.pkg -target /
212212
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
213-
xar -xf ~/UnityAndroidModule.pkg -C /opt/Editor
213+
unar -o /opt/Editor ~/UnityAndroidModule.pkg
214214
fi
215215
216216
- name: Create Test Results dir

0 commit comments

Comments
 (0)