Update build workflow.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user