mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 23:33:44 +08:00
chore: fix ci for alpha-for-linux-arm
This commit is contained in:
parent
1df9fff0a7
commit
41a662f784
9
.github/workflows/alpha.yml
vendored
9
.github/workflows/alpha.yml
vendored
@ -362,9 +362,14 @@ jobs:
|
||||
sudo mv /tmp/sources.list /etc/apt/sources.list
|
||||
|
||||
sudo dpkg --add-architecture ${{ matrix.arch }}
|
||||
sudo apt update
|
||||
sudo apt-get update -y
|
||||
sudo apt-get -f install -y
|
||||
|
||||
sudo apt install -y \
|
||||
sudo apt-get install -y \
|
||||
linux-libc-dev:${{ matrix.arch }} \
|
||||
libc6-dev:${{ matrix.arch }}
|
||||
|
||||
sudo apt-get install -y \
|
||||
libxslt1.1:${{ matrix.arch }} \
|
||||
libwebkit2gtk-4.1-dev:${{ matrix.arch }} \
|
||||
libayatana-appindicator3-dev:${{ matrix.arch }} \
|
||||
|
@ -15,8 +15,6 @@
|
||||
- 使用 tauri window-state 管理窗口,尝试解决各种窗口异常
|
||||
|
||||
#### 新增了:
|
||||
- 外部控制的开关
|
||||
- 使用 socks 进行内核通信,以解决各种潜在的内核通信异常
|
||||
- 允许代理主机地址设置为非 127.0.0.1。对 WSL 代理友好。
|
||||
|
||||
|
||||
|
2
src-tauri/src_crates/crate_mihomo_api/.env
Normal file
2
src-tauri/src_crates/crate_mihomo_api/.env
Normal file
@ -0,0 +1,2 @@
|
||||
# LOCAL_SOCK="/Users/tunglies/Library/Application Support/io.github.clash-verge-rev.clash-verge-rev.dev/mihomo.sock"
|
||||
LOCAL_SOCK="/Users/tunglies/Library/Application Support/io.github.clash-verge-rev.clash-verge-rev/mihomo.sock"
|
Loading…
x
Reference in New Issue
Block a user