mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-11 07:08:30 +00:00
Ensure all crystal dependencies are installed
This commit is contained in:
parent
740e52229f
commit
ded014f767
@ -9,6 +9,8 @@ jobs:
|
|||||||
language: crystal
|
language: crystal
|
||||||
crystal: latest
|
crystal: latest
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get -y install gcc pkg-config git tzdata libpcre3-dev libevent-dev libyaml-dev libgmp-dev libssl-dev libxml2-dev
|
||||||
- shards update
|
- shards update
|
||||||
- shards install
|
- shards install
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user