Skip to content

Commit

Permalink
more yaml syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Nov 4, 2024
1 parent e443f17 commit 20dc44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mpy-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Set output
env:
EX=${{ env[format('EX_{0}', matrix.mpy-cross)] || matrix.mpy-cross }}
OS=${{ env[format('OS_{0}', matrix.mpy-cross)] }}"
EX: ${{ env[format('EX_{0}', matrix.mpy-cross)] || matrix.mpy-cross }}
OS: ${{ env[format('OS_{0}', matrix.mpy-cross)] }}"
run: |
echo >> $GITHUB_ENV "EX=$EX"
echo >> $GITHUB_ENV "OS=$OS"
Expand Down

0 comments on commit 20dc44d

Please sign in to comment.