Skip to content

Commit

Permalink
fix: example 2
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Sep 27, 2024
1 parent e1a873d commit ed5e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
# GCC5 is depreciated since edk2-stable202305
# For more information see https://github.com/9elements/firmware-action/issues/340
run: |
if [[ ${{ steps.edk2_versions.outputs.ver_current }} >= ${{ steps.edk2_versions.outputs.ver_breaking }} ]]; then
if [[ ${{ fromJSON(steps.edk2_versions.outputs.ver_current) }} >= ${{ fromJSON(steps.edk2_versions.outputs.ver_breaking) }} ]]; then
echo "gcc_toolchain_version=GCC" >> "${GITHUB_OUTPUT}"
else
echo "gcc_toolchain_version=GCC5" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit ed5e64c

Please sign in to comment.