Skip to content

Commit

Permalink
✅ (functional): Move ft to arm-gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jul 2, 2024
1 parent d276aaf commit 3eafe4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@ concurrency:
jobs:
run_functional_tests:
name: Build & Test
runs-on: self-hosted
runs-on: robot

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup
run: |
brew update && brew upgrade
brew unlink arm-gcc-bin@10
brew install --force --overwrite arm-gcc-bin@13
brew link --force --overwrite arm-gcc-bin@13
which arm-none-eabi-gcc
arm-none-eabi-gcc --version
python3 -m pip install -U --user -r ./tools/config/mbed_requirements.txt --break-system-packages
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
Expand Down

0 comments on commit 3eafe4c

Please sign in to comment.