apt update

This commit is contained in:
techknowlogick 2023-04-14 17:53:59 -04:00
parent 01a59ad03e
commit a49d15c565

View file

@ -20,6 +20,7 @@ jobs:
curl -sSL https://get.rvm.io | bash -s stable curl -sSL https://get.rvm.io | bash -s stable
- name: install tools - name: install tools
run: | run: |
apt update -y
apt install -y build-essential procps curl file git gcc apt install -y build-essential procps curl file git gcc
- name: install homebrew - name: install homebrew
run: | run: |