Skip to content

Commit

Permalink
Update Build_OP_x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xfvvvv authored Apr 26, 2024
1 parent 13d3813 commit 51edf88
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Build_OP_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Generate Variables - Build_x86_64
run: |
[ -e $CONFIG_FILE ] && mv $CONFIG_FILE $OPENWRT_PATH/.config
cp $CONFIG_FILE $OPENWRT_PATH/.config
cd $OPENWRT_PATH
make defconfig > /dev/null 2>&1
SOURCE_REPO="$(echo $REPO_URL | awk -F '/' '{print $(NF)}')"
Expand Down Expand Up @@ -138,17 +138,12 @@ jobs:
chmod +x $DIY_SCRIPT
cd $OPENWRT_PATH
$GITHUB_WORKSPACE/$DIY_SCRIPT
- name: Generate configuration file
if: (!cancelled())
run: |
cd $OPENWRT_PATH
make defconfig
- name: Download package
if: (!cancelled())
run: |
cd $OPENWRT_PATH
make defconfig
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
Expand Down

0 comments on commit 51edf88

Please sign in to comment.