mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-17 05:20:51 -05:00
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:
parent
4b014bdc82
commit
66fb829dbc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
- name: Install Shards
|
||||
run: |
|
||||
if ! shards check; then
|
||||
shards install
|
||||
shards install --skip-postinstall --skip-executables
|
||||
fi
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user