Skip to content

Commit

Permalink
Fixed file naming for CI workflow compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 15, 2024
1 parent 10472d4 commit e445f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- name: Build Jessy OS via Arduino CLI
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library lib/Arduino-List --library lib/fabgl --library lib/rishka --build-path build kernel
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library lib/Arduino-List/src --library lib/fabgl/src --library lib/rishka/src --build-path build kernel

0 comments on commit e445f55

Please sign in to comment.