Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 1, 2024
1 parent 28322c3 commit 80d755f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install AVR core
run: arduino-cli core install arduino:avr
- name: Zip and install library
run: |
cd .. && zip -r FlixPeriph.zip . -x .git/\*
arduino-cli lib install --zip-path FlixPeriph.zip --config-file arduino-cli.yaml
run: cd .. && zip -r FlixPeriph.zip . -x .git/\*
- name: Install library
run: arduino-cli lib install --zip-path ../FlixPeriph.zip --config-file arduino-cli.yaml
- name: Build MPU9250 example for ESP32
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp32:esp32:esp32
- name: Build MPU9250 example for ESP32 D1 Mini
Expand Down

0 comments on commit 80d755f

Please sign in to comment.