Skip to content

Commit

Permalink
remove clash defined in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnvaps committed Nov 5, 2023
1 parent efdc9c4 commit 5159153
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/RaspberryPi3-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
EXTRA_CONFIG: configs/extra.config
DIY_SCRIPT: diy-script.sh
TOOLCHAIN_TAG: Toolchain
CLASH_KERNEL: arm64
UPLOAD_BIN_DIR: false
FIRMWARE_RELEASE: true
FIRMWARE_TAG: RaspberryPi3
Expand Down Expand Up @@ -265,7 +264,6 @@ jobs:
chmod +x $DIY_SCRIPT
cd $OPENWRT_PATH
$GITHUB_WORKSPACE/$DIY_SCRIPT
$GITHUB_WORKSPACE/scripts/preset-clash-core.sh $CLASH_KERNEL
$GITHUB_WORKSPACE/scripts/preset-terminal-tools.sh
- name: Download DL Package
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/RaspberryPi4-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
EXTRA_CONFIG: configs/extra.config
DIY_SCRIPT: diy-script.sh
TOOLCHAIN_TAG: Toolchain
CLASH_KERNEL: arm64
UPLOAD_BIN_DIR: false
FIRMWARE_RELEASE: true
FIRMWARE_TAG: RaspberryPi4
Expand Down Expand Up @@ -265,7 +264,6 @@ jobs:
chmod +x $DIY_SCRIPT
cd $OPENWRT_PATH
$GITHUB_WORKSPACE/$DIY_SCRIPT
$GITHUB_WORKSPACE/scripts/preset-clash-core.sh $CLASH_KERNEL
$GITHUB_WORKSPACE/scripts/preset-terminal-tools.sh
- name: Download DL Package
Expand Down

0 comments on commit 5159153

Please sign in to comment.