Skip to content

Commit 413dcc1

Browse files
authored
Update ci-internal.yml
1 parent ff00440 commit 413dcc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
run: npm install --global https://github.com/sierpinskid/unity-verify-code
107107

108108
- name: Install dependencies
109-
if: inputs.os == 'ubuntu-latest'
109+
if: ${{ inputs.os }} == 'ubuntu-latest'
110110
run: |
111111
sudo apt-get update
112112
sudo apt-get install -y libssl-dev git make autoconf automake libtool wget
113113
114114
- name: Install xar
115-
if: inputs.os == 'ubuntu-latest'
115+
if: ${{ inputs.os }} == 'ubuntu-latest'
116116
run: |
117117
git clone https://github.com/mackyle/xar.git
118118
cd xar/xar

0 commit comments

Comments
 (0)