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

[CI] Run apt-get update

parent 76a2fda5
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ build: ...@@ -5,6 +5,7 @@ build:
stage: build stage: build
image: rust:bullseye image: rust:bullseye
before_script: before_script:
- apt-get -y update
- apt-get -y install libpam0g-dev - apt-get -y install libpam0g-dev
script: script:
- cargo build --release - cargo build --release
......
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