diff --git a/.github/workflows/rust-compile.yml b/.github/workflows/rust-compile.yml index 2ea0118..341bb6b 100644 --- a/.github/workflows/rust-compile.yml +++ b/.github/workflows/rust-compile.yml @@ -23,7 +23,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: > + - shell: bash + run: > # Check intra-doc links, thanks to ChatGPT cargo metadata --no-deps --format-version=1 \ | jq -r '.packages[] | .name as $pname | .targets[] | [$pname, .kind[], .name] | @tsv' \