fix x86_64_efi link failure problem

This commit is contained in:
519561910@qq.com
2025-04-08 04:10:12 +08:00
parent 2b62755426
commit d6dd243f4b
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
os:
- ubuntu-22.04
include:
- REPO_BRANCH: istoreos-22.03
- REPO_BRANCH: istoreos-24.10
ARCHITECTURE: x86-alpha
os: ubuntu-22.04

View File

@@ -47,8 +47,8 @@ jobs:
wget -O ./x86/.config https://fw0.koolcenter.com/iStoreOS/x86_64_efi/config.buildinfo --no-check-certificate
mkdir -p ./x86-alpha
wget -O ./x86-alpha/feeds.conf https://fw0.koolcenter.com/iStoreOS/alpha/x86_64_efi/feeds.conf --no-check-certificate
wget -O ./x86-alpha/.config https://fw0.koolcenter.com/iStoreOS/alpha/x86_64_efi/config.buildinfo --no-check-certificate
wget -O ./x86-alpha/feeds.conf https://fw0.koolcenter.com/iStoreOS/alpha/24.10_x86_64_efi/feeds.conf --no-check-certificate
wget -O ./x86-alpha/.config https://fw0.koolcenter.com/iStoreOS/alpha/24.10_x86_64_efi/config.buildinfo --no-check-certificate
- name: 同步配置
uses: peaceiris/actions-gh-pages@v3