We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c06e7 commit 4ccdb07Copy full SHA for 4ccdb07
1 file changed
.github/workflows/CI.yml
@@ -125,7 +125,7 @@ jobs:
125
- uses: actions/checkout@v5
126
- uses: dtolnay/rust-toolchain@stable
127
- name: Install dependencies
128
- run: dnf install -y git meson gcc systemd
+ run: dnf install -y git meson gcc systemd pam-devel
129
- name: Build (portal)
130
working-directory: ./portal
131
run: meson setup ./ _build --prefix /usr && ninja -C _build
0 commit comments