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 77b1f60 commit 63e2edfCopy full SHA for 63e2edf
.github/workflows/pio_build.yml
@@ -47,17 +47,6 @@ jobs:
47
pip install --upgrade platformio
48
#platformio run -t buildfs
49
#platformio pkg update
50
- - name: Patch Platformio
51
- run: |
52
- pwd
53
- echo "REPO_NAME=$(basename ${{ github.repository }})" >> $GITHUB_ENV
54
- cd $(dirname $(which pio) )
55
- cd ../
56
- echo $(find -type d -name site-packages)
57
- cd $(find -type d -name site-packages)
58
59
- git apply --verbose $GITHUB_WORKSPACE/extra/0001-LDF-refresh-lib-dependency-after-recursive-search.patch
60
- cd $GITHUB_WORKSPACE
61
- name: Run PlatformIO
62
run: |
63
pio run -e espem -e espem_debug
extra/0001-LDF-refresh-lib-dependency-after-recursive-search.patch
0 commit comments