From 8496165548b2ebb7b11254028155d82d68e590e5 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Sun, 22 Sep 2019 10:06:44 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}