Skip to content

Commit

Permalink
Try pip installing yq
Browse files Browse the repository at this point in the history
until mikefarah/yq#1439 is done
  • Loading branch information
skeet70 committed Jan 31, 2023
1 parent 43c1e2f commit 56ba8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
steps:
- id: extract-toml-values
run: |
pip3 install yq
echo "toml-toolchain=$(tomlq .toolchain.channel rust-toolchain.toml)" >> $GITHUB_OUTPUT
echo "toml-targets=$(tomlq -r '.toolchain.targets | @csv' rust-toolchain.toml)" >> $GITHUB_OUTPUT
echo "toml-components=$(tomlq -r '.toolchain.components | @csv' rust-toolchain.toml)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 56ba8dd

Please sign in to comment.