Skip to content

Commit

Permalink
ci: add cmake in building
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 24, 2025
1 parent efcbc49 commit bcd4eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
uses: FyraLabs/actions/.github/workflows/rust.yml@main
with:
test-container: '{"image": "ghcr.io/terrapkg/builder:f41"}'
test-pre: dnf install -y libhelium-devel 'pkgconfig(gnome-desktop-4)' clang-devel gcc mold
test-pre: dnf install -y libhelium-devel 'pkgconfig(gnome-desktop-4)' clang-devel gcc mold cmake
1 change: 1 addition & 0 deletions ci/readymade.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BuildRequires: pkgconfig(gnome-desktop-4)
BuildRequires: clang-devel
BuildRequires: gcc
BuildRequires: mold
BuildRequires: cmake

%description
Readymade is a Linux Distribution installer based on the great distinst library by System76.
Expand Down

0 comments on commit bcd4eea

Please sign in to comment.