Skip to content

Commit 11d5e82

Browse files
committed
Fix workflow
1 parent da6072a commit 11d5e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: arduino-cli lib install
7979
8080
81-
81+
8282
"ESP32-OTA-Pull"@1.0.0
8383
8484
@@ -106,7 +106,7 @@ jobs:
106106
- name: Patch NetworkEvents
107107
run: |
108108
cd Firmware/RTK_Everywhere/Patch/
109-
cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/$(CORE_VERSION)/libraries/Network/src/
109+
cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/libraries/Network/src/
110110
111111
- name: Setup Python
112112
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)