diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a03e901..aa83ce60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,16 +45,8 @@ jobs: - name: Install Dependencies run: | dnf install -y git meson ninja-build vala evolution-data-server-devel glib2-devel granite-devel gtk3-devel libhandy-devel - git clone --depth 1 https://github.com/elementary/granite - dnf install -y libgee-devel - cd granite - meson build --prefix=/usr - ninja -C build - ninja -C build install - cd .. - rm -rf granite git clone --depth 1 --branch 6.0.2 https://github.com/elementary/switchboard - dnf install -y libadwaita-devel + dnf install -y libgee-devel cd switchboard meson build --prefix=/usr ninja -C build