mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
ci: fix pre-commit test
Resolve the libatomic dependency issue.
This commit is contained in:
parent
8ce78b7f9e
commit
9c8769d7df
1 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ image: $FEDORA_IMAGE
|
|||
pre_commit:
|
||||
stage: pre-commit
|
||||
script:
|
||||
- dnf install -y libatomic
|
||||
- dnf install -y pre-commit
|
||||
- pre-commit run --all-files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue