Skip to content

Commit b83a86f

Browse files
authored
Update ci-internal.yml
1 parent 413dcc1 commit b83a86f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ jobs:
106106
run: npm install --global https://github.com/sierpinskid/unity-verify-code
107107

108108
- name: Install dependencies
109-
if: ${{ inputs.os }} == 'ubuntu-latest'
110109
run: |
111110
sudo apt-get update
112111
sudo apt-get install -y libssl-dev git make autoconf automake libtool wget
112+
continue-on-error: true
113113

114114
- name: Install xar
115-
if: ${{ inputs.os }} == 'ubuntu-latest'
116115
run: |
117116
git clone https://github.com/mackyle/xar.git
118117
cd xar/xar

0 commit comments

Comments
 (0)