diff options
author | CrossR <r.cross@lancaster.ac.uk> | 2020-08-21 22:03:52 +0100 |
---|---|---|
committer | CrossR <r.cross@lancaster.ac.uk> | 2020-08-21 22:03:52 +0100 |
commit | 84761fc58931c8caa8cf1bf1b39946a9cb652822 (patch) | |
tree | ab5effc50925021507f742ed8206fbd683f4ee99 /.github | |
parent | 5c29259fedc4a0265064afc0bc141e6bf33425f2 (diff) | |
parent | c619fb9c58c8f2dbcc19d74e7502459b49633113 (diff) |
Merge branch 'main' into CrossR/Sofle
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98ca44d..5086bf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano, bluemicro52840_v1] + board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13] shield: - corne_left - corne_right @@ -25,6 +25,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Cache west modules + timeout-minutes: 2 + continue-on-error: true uses: actions/cache@v2 env: cache-name: cache-zephyr-modules |