trivial: ci: fix ABI job

This commit is contained in:
Mario Limonciello 2020-12-07 10:24:48 -06:00 committed by Mario Limonciello
parent d432161143
commit a5a1648c35

View File

@ -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