Update build-338q-fpv.yml

pull/1681/head
Huang jinlong 2024-12-14 21:26:26 +08:00 committed by GitHub
parent bb945ba299
commit ecfd757487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ jobs:
make prepare # 准备构建所需的文件
git clone https://github.com/openipc/br-cache # 克隆 br-cache 仓库
ln -s ${GITHUB_WORKSPACE}/br-cache $(ls -d output/buildroot-*)/dl # 创建软链接
#修改源码
sed -i 's|MSPOSD_SITE = $(call github,openipc,msposd,$(MSPOSD_VERSION))|MSPOSD_SITE = https://github.com/longcat99/msposd.git|' ${GITHUB_WORKSPACE}/general/package/msposd/msposd.mk
make BOARD=${{matrix.platform}}_${{matrix.release}} br-source # 获取构建源文件
# 步骤 5: 编译固件