only run setup ruby on arm

This commit is contained in:
techknowlogick 2023-04-14 17:43:13 -04:00
parent 84e82ae75b
commit 6d280c5977
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
if: matrix.os == 'arm-ubuntu-latest'
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: install tools
run: |
apt update -y