From 8ccdfbb0241e259f785339e68c2d654ef7081d12 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 14 Mar 2023 03:13:51 +0000 Subject: [PATCH] stop generating lockfile in CI --- .github/workflows/linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b5b796d6..5ac8d162 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -28,7 +28,6 @@ jobs: rustup install ${{ matrix.version }} --no-self-update --profile minimal --force rustup override set ${{ matrix.version }} - - run: cargo generate-lockfile - name: Cache Dependencies uses: Swatinem/rust-cache@v2.2.0