We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723367b commit e950253Copy full SHA for e950253
1 file changed
.github/workflows/ci-internal.yml
@@ -95,6 +95,12 @@ jobs:
95
- name: Install node package, `unity-verify-code`
96
run: npm install --global https://github.com/sierpinskid/unity-verify-code
97
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
+
104
- name: Install xar
105
if: ${{ inputs.os }} == 'ubuntu-latest'
106
run: |
0 commit comments