Skip to content

Commit

Permalink
add feather tft to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 3, 2024
1 parent 66db5ae commit f5a1947
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 'feather_nrf52832'
- 'feather_nrf52833_express'
- 'feather_nrf52840_express'
- 'feather_nrf52840_tft'
- 'feather_nrf52840_sense'
- 'itsybitsy_nrf52840_express'
- 'metro_nrf52840_express'
Expand Down Expand Up @@ -67,13 +68,13 @@ jobs:
uses: actions/setup-python@v3

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- name: Checkout linkermap
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: hathach/linkermap
path: linkermap
Expand Down

0 comments on commit f5a1947

Please sign in to comment.