Skip to content
Snippets Groups Projects
Verified Commit 76a2fda5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Install PAM headers

parent 570f5da7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,9 @@ stages: ...@@ -3,7 +3,9 @@ stages:
build: build:
stage: build stage: build
image: rust:latest image: rust:bullseye
before_script:
- apt-get -y install libpam0g-dev
script: script:
- cargo build --release - cargo build --release
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment