Skip to content

Commit cd77ebc

Browse files
committed
Update workflows
1 parent 05c0698 commit cd77ebc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
- name: Install platform
6565
run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}
6666

67-
- name: Get IDF version
68-
run: |
69-
cd /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs
70-
IDF_VERSION=$(ls | grep idf-release)
71-
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV"
72-
7367
- name: Get Known Libraries
7468
run: arduino-cli lib install
7569

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
5858
- name: Install platform
5959
run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}
6060

61-
- name: Get IDF version
62-
run: |
63-
cd /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs
64-
IDF_VERSION=$(ls | grep idf-release)
65-
echo "ESP_IDF=${IDF_VERSION}" >> "$GITHUB_ENV"
66-
6761
- name: Get Known Libraries
6862
run: arduino-cli lib install
6963

0 commit comments

Comments
 (0)