We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fe206 commit e74171eCopy full SHA for e74171e
.github/workflows/tests.yml
@@ -47,6 +47,9 @@ jobs:
47
/Users/runner/.platformio/penv/.espidf-5.5.0/bin/python -m pip list
48
file /Users/runner/.platformio/penv/.espidf-5.5.0/lib/python3.11/site-packages/pydantic_core/_pydantic_core.cpython-311-darwin.so
49
file /Users/runner/.platformio/penv/.espidf-5.5.0/bin/python
50
+ - name: Find x64 binaries
51
+ run: |
52
+ find ~/.platformio/packages -type f -exec file {} \; | grep -i 'x86_64'
53
54
55
0 commit comments