From 8161fad3ca668ec68d8c70eef8524a251ea7e806 Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Sat, 17 Feb 2024 17:42:50 -0800 Subject: [PATCH] More CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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