From 0c064fcbfb58062c78d98c0df345fb5c2db9db4b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 12 Jul 2024 21:12:15 -0400 Subject: [PATCH] Install ruby --- .gitea/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index ee0ab74..b96a235 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -15,6 +15,9 @@ jobs: runs-on: cth-ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.1.2 - run: | gem install bundler bundle install