File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313 has_ffi :
14- type : string
14+ type : boolean
1515
1616jobs :
1717
@@ -103,13 +103,13 @@ jobs:
103103 go-version : 1.17
104104
105105 - name : install deps
106- if ${{ inputs.has_ffi != '1' }}
106+ if : ${{ ! inputs.has_ffi }}
107107 run : |
108108 sudo apt-get update
109109 sudo apt-get install ncftp
110110
111111 - name : install more deps
112- if ${{ inputs.has_ffi == '1' }}
112+ if : ${{ inputs.has_ffi }}
113113 run : |
114114 sudo apt-get update
115115 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
Original file line number Diff line number Diff line change 99 with :
1010 repo_name : ${GITHUB_REPOSITORY##*/}
1111 bin_name : ' venus'
12- need_ffi : ' 1 '
12+ need_ffi : true
You can’t perform that action at this time.
0 commit comments