Skip to content

Commit 2d34d9d

Browse files
committed
fix: compile
1 parent d1ed4a4 commit 2d34d9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
fqbn: ${{ matrix.fqbn }}
2626
platforms: |
2727
- source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
28-
name: STMicroelectronics:stm32
28+
name: STMicroelectronics:stm32
29+
libraries: |
30+
# Install the library from the local path.
31+
- source-path: ./
32+
- name: FatFS

0 commit comments

Comments
 (0)