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
with:
fetch-depth: 0
- name: Refresh dependencies
run: sudo apt update
- name: Install dependencies
run: ./contrib/ci/generate_dependencies.py | sudo xargs apt install -y
- name: Check ABI