This commit is contained in:
rustdesk
2024-05-02 17:12:05 +08:00
parent 1a0a6cedc7
commit d83b106607
2 changed files with 3 additions and 1 deletions

View File

@@ -1426,6 +1426,8 @@ jobs:
if [[ "${{ matrix.job.arch }}" == "aarch64" ]]; then
sed -i "s/linux\/x64/linux\/arm64/g" ./res/PKGBUILD
fi
sudo apt-get update -y
sudo apt-get install -y libarchive-tools
bsdtar -zxvf rustdesk-${{ env.VERSION }}.deb
tar -xvf ./data.tar.xz
case ${{ matrix.job.arch }} in