Skip to content

Commit

Permalink
[github-actions] Add an explicit apt-get update before attempting to …
Browse files Browse the repository at this point in the history
…install packages on ubuntu
  • Loading branch information
nikias committed Sep 21, 2021
1 parent b1c7b16 commit f0ca69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install libusb-1.0-0-dev
- name: prepare environment
run: |
Expand Down

0 comments on commit f0ca69d

Please sign in to comment.