Skip to content

Commit

Permalink
Fixup repack.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Aug 10, 2024
1 parent 14dbeb5 commit a063b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repack_release_from_tzarc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
rm -rf qmk_toolchains_${arch}/build.log.bz2 qmk_toolchains_${arch}/share/doc/avr-libc*/examples
echo Determining version of gcc...
eval "$(./qmk_toolchains_${arch}/bin/avr-ct-ng.config | grep -E '^CT_GCC_VERSION=')"
eval "$(bzcat qmk_toolchains_${arch}/share/*.config.bz2 | grep -E '^CT_GCC_VERSION=')"
echo Found version ${CT_GCC_VERSION}.
echo Packaging qmk_toolchains-gcc${CT_GCC_VERSION}-host_${arch}.tar...
Expand Down

0 comments on commit a063b96

Please sign in to comment.