Install LibConfig and LibELF.
This commit is contained in:
6
.github/workflows/run.yml
vendored
6
.github/workflows/run.yml
vendored
@@ -17,6 +17,12 @@ jobs:
|
|||||||
uses: actions/download-artifact@master
|
uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: build-output
|
name: build-output
|
||||||
|
- name: Run apt update
|
||||||
|
run: sudo apt update
|
||||||
|
- name: Install LibConfig
|
||||||
|
run: sudo apt install libconfig-dev
|
||||||
|
- name: Install LibELF
|
||||||
|
run: sudo apt install libelf-dev
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Add execute permissions to executable file
|
- name: Add execute permissions to executable file
|
||||||
|
|||||||
Reference in New Issue
Block a user