Skip to content

Commit

Permalink
fix output naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Sep 4, 2024
1 parent a6a46f6 commit 4a93e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
outputs:
fanpico_version: ${{steps.version-check.outputs.FANPICO_VERSION}}
build_date: ${{steps.version-check.outputs.BUILD_DATE}}
compiler_version: ${{steps.compiler-version.CC_VERSION}}
compiler_version: ${{steps.compiler-version.outputs.CC_VERSION}}

strategy:
matrix:
Expand All @@ -34,7 +34,6 @@ jobs:
run: |
arm-none-eabi-gcc --version
ver=$(arm-none-eabi-gcc --version | head -1)
echo "version: $ver"
echo "CC_VERSION=$ver" >> $GITHUB_OUTPUT
- name: Cache Pico-SDK
Expand Down

0 comments on commit 4a93e6f

Please sign in to comment.