Update build workflow.

This commit is contained in:
Christian Deacon
2021-12-06 03:18:29 -06:00
committed by GitHub
parent c5fc55df13
commit 4adc0e4791

View File

@@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run apt update
run: sudo apt update
- name: Install LibELF
run: sudo apt install -y libelf-dev
- name: Install LibConfig