Skip to content

Commit

Permalink
More CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Feb 18, 2024
1 parent 2e0d753 commit 8161fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
toolchain: ${{ matrix.rust-version }}
- name: Setup test deps
run: sudo apt-get install xinetd tftpd tftp & sudo in.tftpd -L -s /tmp/tftp --create &
run: sudo apt-get install -y xinetd tftpd tftp & sudo in.tftpd -L -s /tmp/tftp --create &
- name: Tests
run: cargo test
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 8161fad

Please sign in to comment.