search for gcc

This commit is contained in:
techknowlogick 2023-04-14 23:47:52 -04:00
parent 641b400866
commit 75794e484c
1 changed files with 2 additions and 1 deletions

View File

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