From 6788a2ce1b881732318b97962bbbb53468baaad8 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Fri, 20 Sep 2024 09:31:24 +0200 Subject: [PATCH] fix: try to get bash function working --- .github/workflows/rust-compile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' \