chore: fix ci for alpha-for-linux-arm

This commit is contained in:
Tunglies 2025-04-17 15:49:45 +08:00
parent 1df9fff0a7
commit 41a662f784
3 changed files with 9 additions and 4 deletions

View File

@ -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 }} \

View File

@ -15,8 +15,6 @@
- 使用 tauri window-state 管理窗口,尝试解决各种窗口异常
#### 新增了:
- 外部控制的开关
- 使用 socks 进行内核通信,以解决各种潜在的内核通信异常
- 允许代理主机地址设置为非 127.0.0.1。对 WSL 代理友好。

View 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"