From 7e8da602b39228bfaa63ebbd1bb863da0d1d5304 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Wed, 13 Dec 2023 15:36:24 +0100 Subject: [PATCH] :construction_worker: (tests): Functional - add setup step --- .github/workflows/ci-functional_tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-functional_tests.yml b/.github/workflows/ci-functional_tests.yml index 9ece71b086..cee5406118 100644 --- a/.github/workflows/ci-functional_tests.yml +++ b/.github/workflows/ci-functional_tests.yml @@ -26,6 +26,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Setup + run: | + brew update && brew upgrade + brew upgrade arm-gcc-bin + python3 -m pip install -U --user -r ./tools/config/mbed_requirements.txt + # # Mark: - Config & Build #