CI: Exclude development dependencies from build job (#5860)

* CI: Exclude development dependencies from build job

* use --production and then install spectator to skip building of Ameba

* this should prevent ameba from building
This commit is contained in:
Fijxu
2026-08-03 17:15:31 -04:00
committed by GitHub
parent 4b014bdc82
commit 66fb829dbc

View File

@@ -80,7 +80,7 @@ jobs:
- name: Install Shards - name: Install Shards
run: | run: |
if ! shards check; then if ! shards check; then
shards install shards install --skip-postinstall --skip-executables
fi fi
- name: Run tests - name: Run tests