We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5ff80 commit ff00440Copy full SHA for ff00440
1 file changed
.github/workflows/ci-internal.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Print OS
93
shell: bash
94
- run: echo runner.os
+ run: echo ${{ runner.os }}
95
continue-on-error: true
96
97
- name: Print Inputs OS
@@ -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