From 902532ca7e244e633084adb4b818000256a4eb1b Mon Sep 17 00:00:00 2001 From: Yann Locatelli Date: Tue, 9 Jul 2024 17:37:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20(system):=20Move=20st=20to=20arm-gc?= =?UTF-8?q?c=2013?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-system_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-system_tests.yml b/.github/workflows/ci-system_tests.yml index 196b1c036..01e7959cb 100644 --- a/.github/workflows/ci-system_tests.yml +++ b/.github/workflows/ci-system_tests.yml @@ -28,8 +28,8 @@ jobs: - name: Setup run: | - brew update && brew upgrade - brew upgrade arm-gcc-bin + 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