Skip to content

Commit e74171e

Browse files
committed
Find x64 binaries
1 parent f0fe206 commit e74171e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
/Users/runner/.platformio/penv/.espidf-5.5.0/bin/python -m pip list
4848
file /Users/runner/.platformio/penv/.espidf-5.5.0/lib/python3.11/site-packages/pydantic_core/_pydantic_core.cpython-311-darwin.so
4949
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'
5053
5154
5255

0 commit comments

Comments
 (0)