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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Run apt update
|
||||||
|
run: sudo apt update
|
||||||
- name: Install LibELF
|
- name: Install LibELF
|
||||||
run: sudo apt install -y libelf-dev
|
run: sudo apt install -y libelf-dev
|
||||||
- name: Install LibConfig
|
- name: Install LibConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user