Skip to content

Commit

Permalink
tidy: --check-cfg has been stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 17, 2024
1 parent 5341209 commit 2ff3f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
done <<<"${input_target},"
fi
if [[ "${{ inputs.check-cfg }}" == "true" ]]; then
check_cfg='-Z unstable-options --check-cfg=cfg(target_pointer_width,values("128")) --check-cfg=cfg(target_arch,values("xtensa"))'
check_cfg='--check-cfg=cfg(target_pointer_width,values("128")) --check-cfg=cfg(target_arch,values("xtensa"))'
for id in $(jq <<<"${metadata}" '.workspace_members[]'); do
pkg=$(jq <<<"${metadata}" ".packages[] | select(.id == ${id})")
manifest_path=$(jq <<<"${pkg}" -r '.manifest_path')
Expand Down

0 comments on commit 2ff3f8f

Please sign in to comment.