Skip to content

Commit 0eec630

Browse files
authored
Add missing env to PIO CI build
1 parent 731fd19 commit 0eec630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ jobs:
367367
- name: Install Python Wheel
368368
run: pip install wheel
369369
- name: Install GCC Toolchain
370+
env:
371+
TRAVIS_BUILD_DIR: ${{ github.workspace }}
370372
run: cd tools && python get.py
371373
- name: Install PlatformIO
372374
env:

0 commit comments

Comments
 (0)