fix: install python3-pyelftools in build job
This commit is contained in:
5
.github/workflows/build-module.yml
vendored
5
.github/workflows/build-module.yml
vendored
@@ -56,6 +56,11 @@ jobs:
|
|||||||
- name: Checkout AWG source code
|
- name: Checkout AWG source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Python dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y python3-pyelftools
|
||||||
|
|
||||||
- name: Cache OpenWrt SDK
|
- name: Cache OpenWrt SDK
|
||||||
id: cache-sdk
|
id: cache-sdk
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user