Skip to content

Commit 4ccdb07

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
ci: Add pam-devel as a dependency
1 parent 58c06e7 commit 4ccdb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v5
126126
- uses: dtolnay/rust-toolchain@stable
127127
- name: Install dependencies
128-
run: dnf install -y git meson gcc systemd
128+
run: dnf install -y git meson gcc systemd pam-devel
129129
- name: Build (portal)
130130
working-directory: ./portal
131131
run: meson setup ./ _build --prefix /usr && ninja -C _build

0 commit comments

Comments
 (0)