Skip to content

Commit 8f7850e

Browse files
committed
chore: fix
1 parent 31282d0 commit 8f7850e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/common_build_upload.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,17 +249,11 @@ jobs:
249249
with:
250250
go-version: 1.18
251251

252-
- name: install deps
253-
if: ${{ !inputs.has_ffi }}
254-
run: |
255-
sudo apt-get update
256-
sudo apt-get install ncftp
257-
258252
- name: install more deps
259253
if: ${{ inputs.has_ffi }}
260254
run: |
261-
sudo apt-get update
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
255+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
256+
brew install bzr jq pkg-config hwloc coreutils
263257
264258
- name: Build
265259
run: |

0 commit comments

Comments
 (0)