Skip to content

Commit

Permalink
Add missing env to PIO CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Sep 24, 2019
1 parent 731fd19 commit 0eec630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0eec630

Please sign in to comment.