From 3ddcb8afc81cec8864974310eb97bfa6599b54c6 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Aug 2026 22:09:52 -0400 Subject: [PATCH] use --production and then install spectator to skip building of Ameba --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42d1236f9..b89facaab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,8 @@ jobs: - name: Install Shards run: | if ! shards check; then - shards install --without-development + shards install --production + shards install spectator --frozen fi - name: Run tests