Skip to content

Commit

Permalink
chore: install jq (#5463)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin authored Nov 9, 2022
1 parent 96ccab4 commit d2d388e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/common_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
run: |
echo vars.repo_name = ${{steps.vars.outputs.repo_name}}
- name: install default deps
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install make ftp git bzr curl wget -y && sudo apt upgrade -y

- name: install deps
if: ${{ inputs.has_ffi }}
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install make ftp git bzr curl hwloc libhwloc-dev mesa-opencl-icd ocl-icd-opencl-dev wget -y && sudo apt upgrade -y
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install hwloc libhwloc-dev mesa-opencl-icd ocl-icd-opencl-dev -y

- name: Build
env:
Expand Down

0 comments on commit d2d388e

Please sign in to comment.