mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 15:03:59 +00:00
trivial: ci: fix ABI job
This commit is contained in:
parent
d432161143
commit
a5a1648c35
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Refresh dependencies
|
||||||
|
run: sudo apt update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ./contrib/ci/generate_dependencies.py | sudo xargs apt install -y
|
run: ./contrib/ci/generate_dependencies.py | sudo xargs apt install -y
|
||||||
- name: Check ABI
|
- name: Check ABI
|
||||||
|
Loading…
Reference in New Issue
Block a user