mult-arch

This commit is contained in:
techknowlogick 2023-04-14 17:39:56 -04:00
parent bb2938472b
commit 84e82ae75b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: install tools
run: |
apt update -y
apt install build-essential procps curl file git
apt install -y build-essential procps curl file git gcc
- name: install homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"