Skip to content

Commit 2c768fb

Browse files
committed
Adding compiling to github workflows
1 parent 41a6870 commit 2c768fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build Debian
23-
run: cargo build --release --verbose && cargo deb
23+
run: cargo install cargo-deb && cargo build --release --verbose && cargo deb
2424

2525
- name: Deploy to gh-pages
2626
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)