We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2e6e9 + 8496165 commit 3a487bfCopy full SHA for 3a487bf
.github/workflows/main.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v1
17
- name: Install dependencies
18
run: sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache
19
+ - name: Install Python Wheel
20
+ run: pip install wheel
21
- name: Build Arduino Libs
22
env:
23
TRAVIS_BUILD_DIR: ${{ github.workspace }}
0 commit comments