Skip to content

Commit c44bc47

Browse files
committed
fix
1 parent dba2c45 commit c44bc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/common_tag_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
go-version: 1.17
102102

103103
- name: install deps
104-
if ${{ !inputs.need_ffi }}
104+
if ${{ inputs.need_ffi != true }}
105105
run: |
106106
sudo apt-get update
107107
sudo apt-get install ncftp
108108
109109
- name: install more deps
110-
if ${{ inputs.need_ffi }}
110+
if ${{ inputs.need_ffi == true }}
111111
run: |
112112
sudo apt-get update
113113
sudo apt-get -o Acquire::Retries=3 install make ncftp mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo apt upgrade -y

0 commit comments

Comments
 (0)