From e2dd404e4999ea0be638455db6e7444ccf4e95ea Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Aug 2026 22:12:44 -0400 Subject: [PATCH] this should prevent ameba from building --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b89facaab..af7e7266c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,8 +80,7 @@ jobs: - name: Install Shards run: | if ! shards check; then - shards install --production - shards install spectator --frozen + shards install --skip-postinstall --skip-executables fi - name: Run tests