mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 01:22:49 -05:00
use --production and then install spectator to skip building of Ameba
This commit is contained in:
parent
d3cbc52291
commit
3ddcb8afc8
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -80,7 +80,8 @@ jobs:
|
|||||||
- name: Install Shards
|
- name: Install Shards
|
||||||
run: |
|
run: |
|
||||||
if ! shards check; then
|
if ! shards check; then
|
||||||
shards install --without-development
|
shards install --production
|
||||||
|
shards install spectator --frozen
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user