Skip to content

Commit

Permalink
ci: add version queries for Xtensa
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 17, 2025
1 parent dadd3d3 commit 59401cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
laze --version
arm-none-eabi-gcc --version
clang --version
cat ${ESPUP_EXPORT_FILE:-~/export-esp.sh}
(. ${ESPUP_EXPORT_FILE:-~/export-esp.sh}; xtensa-esp32s3-elf-gcc --version)
set +x
# Check which alternative versions are installed
IFS=":"; for p in $PATH; do ls $p/llvm-config-* $p/clang-* 2>/dev/null; done
Expand Down

0 comments on commit 59401cd

Please sign in to comment.