mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
* perf: replace ubuntu 20.04 with latest * fix: Cannot handle 8-byte build ID
This commit is contained in:
parent
11cee791d5
commit
70a2622fae
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
||||
name: Build DEB Package
|
||||
needs:
|
||||
- build-src
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -16,6 +16,8 @@ override_dh_strip_nondeterminism:
|
||||
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
|
||||
override_dh_strip:
|
||||
dh_strip --no-automatic-dbgsym
|
||||
|
||||
%:
|
||||
dh "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user