mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix: fix sid build
This commit is contained in:
parent
5f9ef6c944
commit
f52fa0e55d
4
.github/workflows/deb.yml
vendored
4
.github/workflows/deb.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
run: |
|
||||
dpkg --add-architecture arm64
|
||||
apt-get update
|
||||
apt-get install -y build-essential crossbuild-essential-arm64 devscripts debhelper ninja-build libgrpc++-dev:arm64 libprotobuf-dev:arm64 protobuf-compiler-grpc qtbase5-dev:arm64 qttools5-dev:arm64 cmake pkg-config qtdeclarative5-dev:arm64 libcurl4-openssl-dev:arm64 libqt5svg5-dev:arm64
|
||||
apt-get install -o APT::Immediate-Configure=0 -y build-essential crossbuild-essential-arm64 devscripts debhelper ninja-build libgrpc++-dev:arm64 libprotobuf-dev:arm64 protobuf-compiler-grpc qtbase5-dev:arm64 qttools5-dev:arm64 cmake pkg-config qtdeclarative5-dev:arm64 libcurl4-openssl-dev:arm64 libqt5svg5-dev:arm64
|
||||
- name: Bump version
|
||||
if: github.event_name != 'release'
|
||||
run: |
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.distro }}
|
||||
name: ${{ matrix.distro }}-cross
|
||||
path: ${{ steps.get_package.outputs.NAME }}
|
||||
|
||||
upload:
|
||||
|
Loading…
Reference in New Issue
Block a user