diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56113db..ef8ecc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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