Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0eec630

Browse files
authoredSep 24, 2019
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.