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
|
||||
with:
|
||||
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
|
||||
run: ls -la
|
||||
- name: Add execute permissions to executable file
|
||||
|
||||
Reference in New Issue
Block a user