Skip to content

Commit 89aeb63

Browse files
committed
Update non-release-build.yml
1 parent 67177bd commit 89aeb63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)