Skip to content

Commit 67177bd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/non-release-build.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-
echo "ESP_IDF=${echo "$(ls | grep idf-release)"}" >> "$GITHUB_ENV"
74+
echo "ESP_IDF=${echo "${ls | grep idf-release}"}" >> "$GITHUB_ENV"
7575
7676
- name: Get Known Libraries
7777
run: arduino-cli lib install

0 commit comments

Comments
 (0)