Another try at the yaml. Ugh.

This commit is contained in:
Herbert Wolverson
2023-02-01 18:58:27 +00:00
parent 175b833d96
commit 317587fe00

View File

@@ -30,4 +30,4 @@ jobs:
- name: Install tools
run: pushd src/rust; cargo install cargo-outdated; popd
- name: Check for outdated dependencies
script: cd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1
run: cd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1