From a519e27e70a4d3ca082d6a0da0839ebf0d78df18 Mon Sep 17 00:00:00 2001 From: Chris Pryer Date: Thu, 8 Feb 2024 12:20:15 -0500 Subject: [PATCH] Use --locked for CI's cargo install --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a42f512..dfb1a45c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v1 # We install instead of just build for insta-cmd TODO(cnpryer) - name: Install huak - run: cargo install --path crates/huak-cli + run: cargo install --path crates/huak-cli --locked - name: Test run: cargo test --workspace --all-features