We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31282d0 commit 8f7850eCopy full SHA for 8f7850e
.github/workflows/common_build_upload.yml
@@ -249,17 +249,11 @@ jobs:
249
with:
250
go-version: 1.18
251
252
- - name: install deps
253
- if: ${{ !inputs.has_ffi }}
254
- run: |
255
- sudo apt-get update
256
- sudo apt-get install ncftp
257
-
258
- name: install more deps
259
if: ${{ inputs.has_ffi }}
260
run: |
261
262
- 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
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ brew install bzr jq pkg-config hwloc coreutils
263
264
- name: Build
265
0 commit comments