Skip to content

Commit

Permalink
fix: revert and add 9161 device
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbruun committed Mar 6, 2024
1 parent 08e6e22 commit c636cc6
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/zephyr-rtos-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,18 @@ jobs:

strategy:
matrix:
board: [nrf9160dk_nrf9160_ns]
board: [nrf9160dk_nrf9160_ns, nrf9161dk_nrf9161_ns]
# board: [thingy91_nrf9160_ns, nrf9160dk_nrf9160_ns, nrf9161dk_nrf9161_ns, actinius_icarus_ns]

steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# path: modules/lib/onomondo-softsim

- name: Initialize
# working-directory: modules/lib/onomondo-softsim
steps:
- name: Initialize Workspace
run: |
west init -m https://github.com/${GITHUB_REPOSITORY}
west update -o=--depth=1 -n
- name: Build firmware
# working-directory: modules/lib/onomondo-softsim/samples/softsim_static_profile
- name: Build Firmware
working-directory: modules/lib/onomondo-softsim/samples/softsim_static_profile
run: |
west build \
--pristine=always
--board ${{ matrix.board }}
modules/lib/onomondo-softsim/samples/softsim_static_profile

0 comments on commit c636cc6

Please sign in to comment.