Skip to content

Commit 63e2edf

Browse files
committed
remove platformio LDF patch from CI job
1 parent 77b1f60 commit 63e2edf

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

.github/workflows/pio_build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ jobs:
4747
pip install --upgrade platformio
4848
#platformio run -t buildfs
4949
#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-
pwd
59-
git apply --verbose $GITHUB_WORKSPACE/extra/0001-LDF-refresh-lib-dependency-after-recursive-search.patch
60-
cd $GITHUB_WORKSPACE
6150
- name: Run PlatformIO
6251
run: |
6352
pio run -e espem -e espem_debug

extra/0001-LDF-refresh-lib-dependency-after-recursive-search.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)