From 08975f5f103824ea5e26b931e129df53a5c53cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 2 Nov 2023 16:20:16 +0100 Subject: [PATCH] ci: install virtiofsd using lockfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .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 3ad6196c24..48bdbd3122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: file: hermit-loader-${{ matrix.arch }} - name: Install virtiofsd if: ${{ matrix.arch == 'x86_64' && matrix.package == 'rusty_demo' }} - run: cargo install virtiofsd + run: cargo install --locked virtiofsd - name: Run VM # cargo accepts multiple 'features' flags # The '… && … || …' expression is like a ternary operator