Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Sep 4, 2024
1 parent befc9f3 commit d8a2ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
id: compiler-version
run: |
arm-none-eabi-gcc --version
ver=$(arm-none-eabi-gcc --version | head -1)
echo "CC_VERSION=$ver" >> $GITHUB_OUTPUT
ver=$(arm-none-eabi-gcc --version | head -1)
echo "CC_VERSION=$ver" >> $GITHUB_OUTPUT
- name: Cache Pico-SDK
id: cache-pico-sdk
Expand Down Expand Up @@ -122,8 +122,8 @@ jobs:
run: |
sha256sum * > sha256sums.txt
ls -la
echo "## Compiler Used" >> $GITHUB_STEP_SUMMARY
echo "${{env.COMPILER_VERSION}}
echo "## Compiler Used" >> $GITHUB_STEP_SUMMARY
echo "${{env.COMPILER_VERSION}}
echo "### Generated firmware files" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
cat sha256sums.txt >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit d8a2ff5

Please sign in to comment.