Skip to content

Commit ff00440

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Print OS
9393
shell: bash
94-
run: echo runner.os
94+
run: echo ${{ runner.os }}
9595
continue-on-error: true
9696

9797
- name: Print Inputs OS
@@ -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)