Update Cargo.lock check in continous-integration-os.patch.yml (#4428)
This commit is contained in:
parent
d50cf8b77a
commit
5702b4cc99
|
|
@ -59,8 +59,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "No build required"'
|
- run: 'echo "No build required"'
|
||||||
|
|
||||||
build:
|
check-cargo-lock:
|
||||||
name: Build stable on ubuntu-latest
|
name: Check Cargo.lock is up to date
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -259,7 +259,7 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
|
|
||||||
- name: Check Cargo.lock is up to date
|
- name: Check Cargo.lock is up to date
|
||||||
uses: actions-rs/cargo@v1.0.3
|
uses: actions-rs/cargo@v1.0.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue