mult-arch

This commit is contained in:
techknowlogick 2023-04-14 17:39:56 -04:00
parent bb2938472b
commit 84e82ae75b

View file

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