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 d5dc388 commit e94c081Copy full SHA for e94c081
.github/workflows/mpy_compile.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
rm -rf mpy
40
mkdir mpy
41
- find . -maxdepth 1 -name "*.py" ! -name "main.py" ! -name "config.py" -exec ./micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename {}).mpy \;
+ find . -maxdepth 1 -name "*.py" ! -name "main.py" ! -name "config.py" -exec sh -c './micropython/mpy-cross/build/mpy-cross {} -o mpy/$(basename -s .py {}).mpy' \;
42
43
44
0 commit comments