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 a838fa7 commit fd6f44c
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/src --library ../lib/fabgl/src --library ../lib/rishka/src --build-path build kernel
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library ../lib/Arduino-List --library ../lib/fabgl --library ../lib/rishka --build-path build kernel

0 comments on commit fd6f44c

Please sign in to comment.