Skip to content

Commit 858ed69

Browse files
author
Prakash Surya
committed
Use new "delphix/actions/linux-pkg-build" action
1 parent bb54cad commit 858ed69

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build-Depends: autoconf,
1919
pkg-config,
2020
python3,
2121
python3-distutils,
22+
python3-setuptools,
2223
python3.6-dev,
2324
zlib1g-dev
2425

0 commit comments

Comments
 (0)