Skip to content

Commit

Permalink
chore: install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Nov 9, 2022
1 parent 96ccab4 commit d6800e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- 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 make jq ftp git bzr curl hwloc libhwloc-dev mesa-opencl-icd ocl-icd-opencl-dev wget -y && sudo apt upgrade -y

- name: Build
env:
Expand Down

0 comments on commit d6800e0

Please sign in to comment.