Skip to content

Commit db76a80

Browse files
committed
Added missing library needed for the divert simulator
1 parent 8b9f017 commit db76a80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/divert_sim.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
repository: JeremyPoulter/EpoxyDuino
5757
path: EpoxyDuino
5858

59+
- uses: actions/checkout@v3
60+
with:
61+
repository: JeremyPoulter/ESPAL
62+
path: ESPAL
63+
5964
- uses: ammaraskar/gcc-problem-matcher@master
6065

6166
- name: Build the simulator

0 commit comments

Comments
 (0)