Skip to content

Commit

Permalink
fix: try to get bash function working
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 20, 2024
1 parent 755f550 commit 6788a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 6788a2c

Please sign in to comment.