Add missing env to PIO CI build
This commit is contained in:
parent
731fd19bdf
commit
0eec630314
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -367,6 +367,8 @@ jobs:
|
||||
- name: Install Python Wheel
|
||||
run: pip install wheel
|
||||
- name: Install GCC Toolchain
|
||||
env:
|
||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||
run: cd tools && python get.py
|
||||
- name: Install PlatformIO
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user