From ed39527dbd0fc6c92b2ea211a78400f5c668930a Mon Sep 17 00:00:00 2001 From: tomato Date: Sun, 25 May 2025 22:35:27 -0400 Subject: [PATCH] but why though --- .forgejo/workflows/build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index aa86293..d9bfd5d 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -6,14 +6,11 @@ on: jobs: build: runs-on: docker -# container: -# image: ruby:33 + container: + image: ruby:33 steps: - uses: https://code.forgejo.org/actions/checkout@v4 - - uses: https://github.com/ruby/setup-ruby@v1 - with: - ruby-version: '3.3' - name: Install dependencies run: bundle install - name: Build site