Skip to content

Commit

Permalink
CI: unbreak fedora (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Jun 27, 2023
1 parent 8ac4c5c commit 9203ff0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9203ff0

Please sign in to comment.