Skip to content

Commit

Permalink
Fix installing dependencies (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 24, 2022
1 parent 7054f96 commit e02f692
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install repo, dependencies
# This is basically a modified version of actions-ci-circuitpython-libs
# so basically that will be what changes instead of it being here
run: |
sudo apt-get update
sudo apt-get install libudev-dev libusb-1.0
sudo apt-get install -y gettext
pip install circuitpython-build-tools
pip install .
- name: Pip install Sphinx, pre-commit
run: |
Expand Down

0 comments on commit e02f692

Please sign in to comment.