Skip to content

Commit 317d948

Browse files
Fix CI
1 parent 0c8f751 commit 317d948

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
- name: Update rustup
12+
run: rustup update
1113
- name: Compile
1214
run: cargo build --release
13-
# TODO install cargo-deb
15+
- name: Install cargo-deb
16+
run: cargo install cargo-deb
1417
- name: Package .deb
1518
run: cargo deb

0 commit comments

Comments
 (0)