only:use same gcc version as GitHub Actions from .github/workflows

This commit is contained in:
Andrey 2024-02-21 19:18:39 -05:00
parent abffd7451f
commit a3996e212d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# #
# it's totally possible to develop on Windows. Also WSL is amazing! # it's totally possible to develop on Windows. Also WSL is amazing!
# TL,DR: use gcc 9.3 # TL,DR: use same gcc version as GitHub Actions from .github/workflows
# #
# by the way to uninstall package with old compiler version you might use # by the way to uninstall package with old compiler version you might use
# sudo apt remove binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi # sudo apt remove binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi