mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Make CI reject an out-of-date Cargo.lock manifest (#3101)
* ci: detect out of date Cargo.lock * update Cargo.lock --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
5
.github/workflows/build-dev-and-ci.yml
vendored
5
.github/workflows/build-dev-and-ci.yml
vendored
@@ -47,6 +47,11 @@ jobs:
|
||||
echo "Latest updated version:"
|
||||
rustc --version
|
||||
|
||||
- name: 🦀 Fetch Rust dependencies
|
||||
run: |
|
||||
echo "If it fails here, the committed Cargo.lock may be out of date"
|
||||
cargo fetch --locked
|
||||
|
||||
- name: ✂ Replace template in <head> of index.html
|
||||
run: |
|
||||
# Remove the INDEX_HTML_HEAD_REPLACEMENT environment variable for build links (not master deploys)
|
||||
|
||||
Reference in New Issue
Block a user