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