Skip to content

Commit

Permalink
matrix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Mar 4, 2024
1 parent 942c48f commit 0fb191f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: envs
run: |
echo "environments=$(pio project config --json-output | jq -cr '.[][0]' | grep 'env:'| awk -F: '{ print $2" "}' | tr -d '\n')" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
outputs:
environments: ${{ steps.envs.outputs.environments }}

Expand Down

0 comments on commit 0fb191f

Please sign in to comment.