Add missing env to PIO CI build

This commit is contained in:
Me No Dev 2019-09-24 18:49:17 +03:00 committed by GitHub
parent 731fd19bdf
commit 0eec630314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,6 +367,8 @@ jobs:
- name: Install Python Wheel - name: Install Python Wheel
run: pip install wheel run: pip install wheel
- name: Install GCC Toolchain - name: Install GCC Toolchain
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
run: cd tools && python get.py run: cd tools && python get.py
- name: Install PlatformIO - name: Install PlatformIO
env: env: