Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Aug 5, 2022
1 parent dba2c45 commit c44bc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
go-version: 1.17

- name: install deps
if ${{ !inputs.need_ffi }}
if ${{ inputs.need_ffi != true }}
run: |
sudo apt-get update
sudo apt-get install ncftp
- name: install more deps
if ${{ inputs.need_ffi }}
if ${{ inputs.need_ffi == true }}
run: |
sudo apt-get update
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
Expand Down

0 comments on commit c44bc47

Please sign in to comment.