apt update

This commit is contained in:
techknowlogick 2023-04-14 17:53:59 -04:00
parent 01a59ad03e
commit a49d15c565
1 changed files with 1 additions and 0 deletions

View File

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