diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06ae41714..1c3466e2c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,7 +197,7 @@ jobs: $HOME/.local/bin/firecracker --version if: matrix.arch == 'x86_64' - - run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687 + - run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev b6df160bc6c26abc19249c3f847cd526319538cf if: matrix.arch == 'x86_64' - run: cargo +stable install --locked virtiofsd if: matrix.arch == 'x86_64'