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 9acd31f commit 65e871d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ jobs:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose
- name: Build Artifacts
run: cd doh; cargo build --release
- uses: actions/upload-artifact@v2
with:
name: doh.so
path: target/release/libnss_doh.so
- name: Build Release
run: cargo build --release
packging:
runs-on: ubuntu-latest

needs:
- build
steps:
- run: cargo install cargo-deb
- run: ls -la
- name: DEB packaging
run: cargo deb

0 comments on commit 65e871d

Please sign in to comment.