Skip to content

Commit

Permalink
get gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Jul 23, 2024
1 parent 394e730 commit c454ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/show-toolchain-versions
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ echo 'rustc --version: ' $(rustc --version)
echo 'rustfmt --version: ' $(rustfmt --version)
echo 'cargo fmt --version: ' $(cargo fmt --version)
echo 'cargo clippy --version: ' $(cargo clippy --version)
echo 'gcc --version: ' $(gcc --version)
echo 'gcc -V: ' $(gcc -V)
echo

forge --version
Expand Down

0 comments on commit c454ac6

Please sign in to comment.