This commit is contained in:
techknowlogick 2023-04-14 18:07:50 -04:00
parent e2ba6fee20
commit f4f9676d7d
1 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ jobs:
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 3.0
rvm use 3.0
rvm install 3.0.6
rvm use 3.0.6
ruby -v
- name: install tools
run: |
apt update -y
apt install -y build-essential procps curl file git gcc
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)"