1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

stop generating lockfile in CI

This commit is contained in:
Rob Ede 2023-03-14 03:13:51 +00:00
parent 6424e4e023
commit 8ccdfbb024
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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