mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
debuild test
This commit is contained in:
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: apt update -y && apt install -y curl build-essential pkg-config libssl-dev
|
||||
run: apt update -y && apt install -y curl build-essential pkg-config libssl-dev dpkg-dev devscripts dh-cargo
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
@@ -141,6 +141,8 @@ jobs:
|
||||
for dir in rust-sniffnet*/debian/ ; do
|
||||
cp resources/packaging/linux/scripts/postinst "$dir"sniffnet.postinst ;
|
||||
done
|
||||
cd rust-sniffnet*/
|
||||
debuild -b -uc -us
|
||||
mv rust-sniffnet* artifacts/
|
||||
|
||||
- name: Upload package artifacts
|
||||
|
||||
Reference in New Issue
Block a user