Skip to content

Commit

Permalink
Merge pull request #173 from skalenetwork/fix/fix-ga-builds
Browse files Browse the repository at this point in the history
Fix/fix ga builds
  • Loading branch information
dmytrotkk authored May 14, 2020
2 parents d430d68 + 138b804 commit ea3b10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install host dependencies
run: |
sudo apt-get update --fix-missing
sudo apt-get install libudev-dev
sudo apt-get install libusb-1.0-0-dev
- name: Install python dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install host dependencies
run: |
sudo apt-get update --fix-missing
sudo apt-get install libudev-dev
sudo apt-get install libusb-1.0-0-dev
- name: Install python dependencies
Expand Down

0 comments on commit ea3b10c

Please sign in to comment.