Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jan 3, 2023
1 parent 31282d0 commit 8f7850e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,11 @@ jobs:
with:
go-version: 1.18

- name: install deps
if: ${{ !inputs.has_ffi }}
run: |
sudo apt-get update
sudo apt-get install ncftp
- name: install more deps
if: ${{ inputs.has_ffi }}
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
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install bzr jq pkg-config hwloc coreutils
- name: Build
run: |
Expand Down

0 comments on commit 8f7850e

Please sign in to comment.