We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cee79 commit 70a2622Copy full SHA for 70a2622
.github/workflows/release.yml
@@ -158,7 +158,7 @@ jobs:
158
name: Build DEB Package
159
needs:
160
- build-src
161
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
162
163
strategy:
164
matrix:
res/deepin/debian/rules
@@ -16,6 +16,8 @@ override_dh_strip_nondeterminism:
16
17
override_dh_shlibdeps:
18
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
19
+override_dh_strip:
20
+ dh_strip --no-automatic-dbgsym
21
22
%:
23
dh "$@"
0 commit comments