Skip to content

Commit 00c318b

Browse files
committed
Add set folder in python to refresh link
1 parent dfecf2b commit 00c318b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
- name: 2nd Build for ESP32-SX #2
212212
run: |
213213
cd $WS_PATH
214+
# set current folder to WS_PATH
215+
python3 -c 'import os; os.chdir(os.environ["WS_PATH"]); print("current folder: ", os.getcwd())'
214216
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
215217
- name: list
216218
run: |

0 commit comments

Comments
 (0)