diff --git a/ci/azure-test-all.yml b/ci/azure-test-all.yml index 1b253f7..877ab5a 100644 --- a/ci/azure-test-all.yml +++ b/ci/azure-test-all.yml @@ -31,6 +31,6 @@ steps: CARGO_INCREMENTAL: 0 - bash: | pwd - find ./target + /usr/bin/find ./target displayName: List files in target condition: always()