mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 11:09:28 +00:00
trivial: ci: fix ABI job
This commit is contained in:
parent
d432161143
commit
a5a1648c35
4
.github/workflows/main.yml
vendored
4
.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
|
||||||
@ -34,4 +36,4 @@ jobs:
|
|||||||
CI: true
|
CI: true
|
||||||
run: |
|
run: |
|
||||||
echo $GITHUB_WORKSPACE
|
echo $GITHUB_WORKSPACE
|
||||||
docker run --privileged -e CI=true -t -v $GITHUB_WORKSPACE:/github/workspace docker.pkg.github.com/fwupd/fwupd/fwupd-${{matrix.os}}:latest
|
docker run --privileged -e CI=true -t -v $GITHUB_WORKSPACE:/github/workspace docker.pkg.github.com/fwupd/fwupd/fwupd-${{matrix.os}}:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user