Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Sep 23, 2023
1 parent 01287dd commit c1f553d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,21 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
dir: espressif-esp generic gigadevice-gd32 microchip-atmega nordic-nrf5x nxp-lpc rp2040 stmicro-stm32
os:
- windows-latest
- macos-latest
- ubuntu-latest
dir:
- all-platforms
- espressif-esp
- gigadevice-gd32
- microchip-atmega
- nordic-nrf5x
- nxp-lpc
- rp2040
- stmicro-stm32
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c1f553d

Please sign in to comment.