Skip to content

Commit

Permalink
Add steps that depend on ArduinoJson version 6 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieromon committed Nov 19, 2022
1 parent eed8f54 commit 7f0c250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: matrix.library.name == 'ArduinoJsonV6'
run: |
echo "BUILD_SKETCHES<<EOF" >> $GITHUB_ENV
echo "${{ env.SKETCHES_V6_JSON }}" >> $GITHUB_ENV
echo "${{ env.BUILD_SKETCHES }}${{ env.SKETCHES_V6_JSON }}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create sketches list
Expand Down

0 comments on commit 7f0c250

Please sign in to comment.