what v of gcc

This commit is contained in:
techknowlogick 2023-04-14 23:49:50 -04:00
parent 75794e484c
commit 2895d003c7
1 changed files with 1 additions and 1 deletions

View File

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