Skip to content

Commit 027f333

Browse files
author
Aliaksandr Adziareika
committed
Change resusable workflow package argument
1 parent 105a21c commit 027f333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/module-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packages: >
1919
[
2020
{
21-
"runners": ["ubuntu-*"],
22-
"packages": {"apt": ["libpcap-dev"]}
21+
"jobs": ["ubuntu-*"],
22+
"apt-install": ["libpcap-dev"]
2323
}
2424
]

0 commit comments

Comments
 (0)