Skip to content

Commit

Permalink
👷 (tests): Functional - add setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 13, 2023
1 parent 1d57c98 commit f77cfdd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci-functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup CI
uses: ./.github/actions/setup
with:
ccache_key: ${{ runner.os }}-ccache-functional_tests
ccache_restore_keys: |
${{ runner.os }}-ccache-functional_tests
${{ runner.os }}-ccache-
- 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
Expand Down

0 comments on commit f77cfdd

Please sign in to comment.