Update Cargo.lock check in continous-integration-os.patch.yml (#4428)

This commit is contained in:
teor 2022-05-19 12:43:08 +10:00 committed by GitHub
parent d50cf8b77a
commit 5702b4cc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ jobs:
steps:
- run: 'echo "No build required"'
build:
name: Build stable on ubuntu-latest
check-cargo-lock:
name: Check Cargo.lock is up to date
timeout-minutes: 60
runs-on: ubuntu-latest

View File

@ -259,7 +259,7 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v1
- name: Check Cargo.lock is up to date
uses: actions-rs/cargo@v1.0.3
with: