ci: Fix dependencies

This commit is contained in:
James Westman 2021-10-30 18:19:32 -05:00
parent 408f3ebce5
commit 89ff88881b
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -5,8 +5,8 @@ stages:
build: build:
stage: build stage: build
script: script:
- dnf install -y meson python3-mypy python3-sphinx python3-pip - dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel
- pip3 install furo - pip3 install furo mypy sphinx
- mypy gtkblueprinttool - mypy gtkblueprinttool
- meson _build -Ddocs=true - meson _build -Ddocs=true
- ninja -C _build - ninja -C _build