This commit is contained in:
techknowlogick 2023-04-14 17:51:35 -04:00
parent c4df4e0665
commit 0fcbe53f8a
1 changed files with 2 additions and 1 deletions

View File

@ -15,10 +15,11 @@ jobs:
- name: setup ruby
if: matrix.os == 'arm-ubuntu-latest'
run: |
apt update -y
apt install gpg2 -y
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: |