diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f92835..2b9d0e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies 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 + - name: Install Python Wheel + run: pip install wheel - name: Build Arduino Libs env: TRAVIS_BUILD_DIR: ${{ github.workspace }}