summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_arm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake_arm.yml')
-rw-r--r--.github/workflows/cmake_arm.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 13120f96f..f97645ad1 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -8,6 +8,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'test/hil/**'
- 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'
pull_request:
@@ -17,6 +18,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'test/hil/**'
- 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'
@@ -37,7 +39,7 @@ jobs:
# Alphabetical order
- 'imxrt'
- 'kinetis_kl'
- - 'lpc18 lpc40 lpc43'
+ - 'lpc17 lpc18 lpc40 lpc43'
- 'lpc54 lpc55'
- 'mcx'
- 'nrf'
@@ -57,7 +59,7 @@ jobs:
- 'stm32u5'
steps:
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'