Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
dzurikmiroslav committed Sep 28, 2024
1 parent 4056a02 commit b5e3512
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/env.sh

This file was deleted.

1 change: 1 addition & 0 deletions .github/env.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ESP_IDF_VERSION=v5.3.1
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
uses: actions/checkout@v4

- name: Set environment variables
run: . .github/env.sh
id: load-env
run: cat .github/env.txt >> $GITHUB_OUTPUT

- name: Build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: $ESP_IDF_VERSION
esp_idf_version: ${{ steps.load-env.outputs.ESP_IDF_VERSION }}
target: ${{ matrix.platform }}

- name: Rename file
Expand Down

0 comments on commit b5e3512

Please sign in to comment.