diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index 0aba9f8e1f..e655fcc9c9 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -9,6 +9,9 @@ on: workflow_dispatch: jobs: cargo-udeps: + # TODO: This does not capture and alert about platform specific dependencies on non-linux + # Since `cargo-udeps` seem to go pretty far with the compiling, i guess we need + # to run separate runners with different OSes to capture this aspect. runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |
