Skip to content

Commit

Permalink
Merge branch 'master' into update_component_nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavirj authored Jul 8, 2024
2 parents c284174 + de11f5a commit 4d11004
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
idf_ver: ["release-v4.4", "release-v5.0", "release-v5.1", "release-v5.2", "latest"]
idf_target: ["esp32"]
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}"]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
image: python:3.7-buster
options: --privileged # Privileged mode has access to serial ports
Expand Down Expand Up @@ -79,6 +81,8 @@ jobs:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "latest"]
idf_target: ["esp32"]
runs-on: [self-hosted, ESP32-ETHERNET-KIT]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
image: python:3.7-buster
options: --privileged # Privileged mode has access to serial ports
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_run_test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
idf_ver: ["release-v4.4", "release-v5.0", "release-v5.1", "release-v5.2", "latest"]
idf_target: ["esp32", "esp32c3", "esp32s3"]
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}"]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
container:
image: python:3.7-buster
options: --privileged # Privileged mode has access to serial ports
Expand Down

0 comments on commit 4d11004

Please sign in to comment.