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.
1 parent ba97c5e commit 61c3d30Copy full SHA for 61c3d30
.github/workflows/push.yml
@@ -14,7 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v1
16
- name: Install dependencies
17
- 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
+ run: |
18
+ sudo apt-get update
19
+ sudo apt 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
20
- name: Install Python Wheel
21
run: pip install wheel
22
- name: Build Arduino Libs
0 commit comments