Skip to content

Commit

Permalink
Update workflows example build configure
Browse files Browse the repository at this point in the history
  • Loading branch information
pnt325 committed Mar 3, 2024
1 parent d421c94 commit 6a79ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
core: "esp32:[email protected]"
exclude:
- example: "BASIC_v4"
fqbn: "esp32:esp32:esp32c3"
- example: "ONE_I-9PSL"
fqbn: "esp8266:esp8266:d1_mini"
- example: "ONE"
fqbn: "esp32:esp32:esp32c3"
- example: "Open_Air"
fqbn: "esp8266:esp8266:d1_mini"
fqbn: "esp32:esp32:esp32c3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6a79ab6

Please sign in to comment.