Skip to content

Commit 3a487bf

Browse files
committed
Merge branch 'enable-ci' of https://github.com/espressif/esp32-arduino-lib-builder into enable-ci
2 parents 4f2e6e9 + 8496165 commit 3a487bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- name: Install dependencies
1818
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
1921
- name: Build Arduino Libs
2022
env:
2123
TRAVIS_BUILD_DIR: ${{ github.workspace }}

0 commit comments

Comments
 (0)