Skip to content

Commit 1e8e482

Browse files
committed
Update non-release-build.yml
1 parent f22a93b commit 1e8e482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +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)"
75-
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV"
74+
echo "ESP_IDF=${echo "$(ls | grep idf-release)"}" >> "$GITHUB_ENV"
7675
7776
- name: Get Known Libraries
7877
run: arduino-cli lib install

0 commit comments

Comments
 (0)