Skip to content

Commit e950253

Browse files
authored
Update ci-internal.yml
1 parent 723367b commit e950253

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ 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 dependencies
99+
if: ${{ inputs.os }} == 'ubuntu-latest'
100+
run: |
101+
sudo apt-get update
102+
sudo apt-get install -y libssl-dev git make autoconf automake libtool wget
103+
98104
- name: Install xar
99105
if: ${{ inputs.os }} == 'ubuntu-latest'
100106
run: |

0 commit comments

Comments
 (0)