fix: install python3-pyelftools in build job

This commit is contained in:
Slava-Shchipunov
2025-10-03 23:28:46 +07:00
parent 3d01d64868
commit e9dc49aeda

View File

@@ -56,6 +56,11 @@ jobs:
- name: Checkout AWG source code
uses: actions/checkout@v4
- name: Install Python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-pyelftools
- name: Cache OpenWrt SDK
id: cache-sdk
uses: actions/cache@v4