Fix build issue from new version of system, another try at CI.

This commit is contained in:
Herbert Wolverson
2023-02-01 18:56:58 +00:00
parent a392112f7a
commit 175b833d96
2 changed files with 2 additions and 2 deletions

View File

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