We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe3c59 commit 9cd5e60Copy full SHA for 9cd5e60
1 file changed
.github/workflows/build_platformio.yaml
@@ -51,10 +51,7 @@ permissions: {}
51
52
jobs:
53
run_pio:
54
- # We must use a windows runner because ESP SDK ships with pre-compiled libs.
55
- # These pre-compiled libs come with LwIP lib (used by RF24Ethernet) included,
56
- # but LwIP lib is disabled by default on Linux builds.
57
- runs-on: windows-latest
+ runs-on: ubuntu-latest
58
steps:
59
- uses: actions/checkout@v6
60
with:
0 commit comments