mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user