Skip to content

Commit 7bf14a8

Browse files
committed
Update non-release-build.yml
1 parent 659ad3d commit 7bf14a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/non-release-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
"SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.5
9797
"SparkFun LG290P Quadband RTK GNSS Arduino Library"@1.0.8
9898
"SparkFun I2C Expander Arduino Library"@1.0.1
99+
"SparkFun Apple Accessory Arduino Library"@1.0.0
100+
"SparkFun Authentication Coprocessor Arduino Library"@1.0.0
101+
"SparkFun Toolkit"@1.0.6
99102

100103
- name: Patch libmbedtls
101104
run: |
@@ -110,6 +113,11 @@ jobs:
110113
cd Firmware/RTK_Everywhere/Patch/
111114
cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/libraries/Network/src/
112115
116+
- name: Patch libbt
117+
run: |
118+
cd Firmware/RTK_Everywhere/Patch/
119+
cp libbt.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libbt.a
120+
113121
- name: Setup Python
114122
uses: actions/setup-python@v4
115123
with:

0 commit comments

Comments
 (0)