Skip to content

Commit

Permalink
YAML File using GCC-11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashem06 committed Nov 3, 2024
1 parent 1ff79eb commit d64f2fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install -r requirements.txt --upgrade
- name: Install libncurses5
run: sudo apt-get install -y libncurses5 libncursesw5
run: sudo apt-get install -y libncurses5 libncursesw5 binutils-arm-none-eabi
- name: Install STM32 toolchain
env:
GCC_PATH: arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi
Expand Down Expand Up @@ -91,4 +91,3 @@ jobs:
scons --platform=x86 --define="${DEFINES}"
scons test --platform=x86 --define="${DEFINES}"
# missing make pytest_all

0 comments on commit d64f2fb

Please sign in to comment.