diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index c80f198..cfd73de 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -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