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 dfecf2b commit 00c318bCopy full SHA for 00c318b
.github/workflows/build-clang-doxy.yml
@@ -211,6 +211,8 @@ jobs:
211
- name: 2nd Build for ESP32-SX #2
212
run: |
213
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())'
216
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
217
- name: list
218
0 commit comments