From 10b068daf91fceb2745c7d91b21889571138be68 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Aug 2026 22:31:18 -0400 Subject: [PATCH] 1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf099153f..1c3e492ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: run: crystal spec - name: Build - run: crystal build --warnings all --error-on-warnings --stats --time --progress --error-trace src/invidious.cr + run: crystal build --warnings all --error-on-warnings --stats --time --progress --error-trace src/invidious.cr --release build-docker: strategy: