Skip to content

Commit

Permalink
ci: doc: fix unpopulated --target argument
Browse files Browse the repository at this point in the history
Fixes: 7268ee3 ("ci: doc: use target matrix")

Signed-off-by: Esteban Blanc <[email protected]>
  • Loading branch information
Skallwar committed Oct 21, 2024
1 parent 7268ee3 commit 1a139e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Build doc
run: nix develop --command sh -c "
cd kernel &&
cargo doc --target ${{ env.TARGET }} --all-features
cargo doc --target ${{ matrix.target }} --all-features
"

0 comments on commit 1a139e4

Please sign in to comment.