Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NunuM committed Mar 25, 2024
1 parent 749fdda commit c703b8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
with:
name: doh.so
path: target/release/libnss_doh.so
packging:
runs-on: ubuntu-latest

steps:
- run: cargo install cargo-deb
- name: DEB packaging
run: cargo deb -p doh

0 comments on commit c703b8a

Please sign in to comment.