We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413dcc1 commit b83a86fCopy full SHA for b83a86f
1 file changed
.github/workflows/ci-internal.yml
@@ -106,13 +106,12 @@ jobs:
106
run: npm install --global https://github.com/sierpinskid/unity-verify-code
107
108
- name: Install dependencies
109
- if: ${{ inputs.os }} == 'ubuntu-latest'
110
run: |
111
sudo apt-get update
112
sudo apt-get install -y libssl-dev git make autoconf automake libtool wget
+ continue-on-error: true
113
114
- name: Install xar
115
116
117
git clone https://github.com/mackyle/xar.git
118
cd xar/xar
0 commit comments