forked from waja/action-debian-package
workflows: add iproute2 and change netcat ref
This commit is contained in:
parent
1090ed6337
commit
65d904e3f4
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -29,7 +29,10 @@ jobs:
|
|||
ref: ubuntu/0.16.2-1
|
||||
- package: netcat-openbsd
|
||||
repo: https://git.launchpad.net/ubuntu/+source/netcat-openbsd
|
||||
ref: import/1.206-1ubuntu1
|
||||
ref: applied/1.206-1ubuntu1
|
||||
- package: iproute2
|
||||
repo: https://git.launchpad.net/ubuntu/+source/iproute2
|
||||
ref: applied/4.18.0-1ubuntu2_ubuntu18.04.1
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue