mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 23:53:45 +08:00
chore: fix ci for alpha-for-linux-arm
This commit is contained in:
parent
a7f156189c
commit
e544f41a61
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 mv /tmp/sources.list /etc/apt/sources.list
|
||||||
|
|
||||||
sudo dpkg --add-architecture ${{ matrix.arch }}
|
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 }} \
|
libxslt1.1:${{ matrix.arch }} \
|
||||||
libwebkit2gtk-4.1-dev:${{ matrix.arch }} \
|
libwebkit2gtk-4.1-dev:${{ matrix.arch }} \
|
||||||
libayatana-appindicator3-dev:${{ matrix.arch }} \
|
libayatana-appindicator3-dev:${{ matrix.arch }} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user