Skip to content

Commit 659ad3d

Browse files
committed
Update compile-rtk-everywhere.yml
1 parent 6221c80 commit 659ad3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/compile-rtk-everywhere.yml

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

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

0 commit comments

Comments
 (0)