Skip to content

Commit 91e376c

Browse files
committed
Update compile-rtk-everywhere.yml
1 parent 248573a commit 91e376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Get IDF version
7272
run: |
7373
cd /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs
74-
$IDF_VERSION = echo "$(ls | grep idf-release)"
74+
IDF_VERSION=$(ls | grep idf-release)
7575
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV"
7676
7777
- name: Get Known Libraries

0 commit comments

Comments
 (0)