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 bb54cad commit 858ed69Copy full SHA for 858ed69
.github/workflows/main.yml
@@ -0,0 +1,12 @@
1
+on:
2
+ push:
3
+ pull_request:
4
+
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-18.04
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - uses: prakashsurya/actions/linux-pkg-build@master
11
+ with:
12
+ package: drgn
debian/control
@@ -19,6 +19,7 @@ Build-Depends: autoconf,
19
pkg-config,
20
python3,
21
python3-distutils,
22
+ python3-setuptools,
23
python3.6-dev,
24
zlib1g-dev
25
0 commit comments