We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff00440 commit 413dcc1Copy full SHA for 413dcc1
1 file changed
.github/workflows/ci-internal.yml
@@ -106,13 +106,13 @@ jobs:
106
run: npm install --global https://github.com/sierpinskid/unity-verify-code
107
108
- name: Install dependencies
109
- if: inputs.os == 'ubuntu-latest'
+ 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
113
114
- name: Install xar
115
116
117
git clone https://github.com/mackyle/xar.git
118
cd xar/xar
0 commit comments