this should prevent ameba from building

This commit is contained in:
Fijxu 2026-08-02 22:12:44 -04:00
parent 3ddcb8afc8
commit e2dd404e49
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -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