Skip to content

Commit

Permalink
Update X86-64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 authored May 10, 2024
1 parent 1792c96 commit fa30f77
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/X86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ jobs:
./scripts/feeds update -a
./scripts/feeds install -a
- name: Apply patches(安装补丁)
run: |
git config --global user.name "OpenWrt Builder"
git config --global user.email "[email protected]"
cp $PATCHES_FILE_1 $OPENWRT_PATH/feeds/luci
cp $PATCHES_FILE_2 $OPENWRT_PATH/feeds/packages
cd $OPENWRT_PATH/feeds/luci
git am 0003-add-coremark-luci.patch && cd -
cd $OPENWRT_PATH/feeds/packages
git am 0004-add-coremark-packages.patch
- name: Load Custom Configuration(加载自定义配置)
run: |
[ -e files ] && mv files $OPENWRT_PATH/files
Expand Down

0 comments on commit fa30f77

Please sign in to comment.