We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a6870 commit 2c768fbCopy full SHA for 2c768fb
1 file changed
.github/workflows/rust.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Build Debian
23
- run: cargo build --release --verbose && cargo deb
+ run: cargo install cargo-deb && cargo build --release --verbose && cargo deb
24
25
- name: Deploy to gh-pages
26
uses: peaceiris/actions-gh-pages@v3
0 commit comments