Skip to content

Commit

Permalink
[CI] try to fix apt invalid package situation
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 10, 2021
1 parent f023253 commit 7abe139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
- name: install linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo dpkg --configure -a
sudo apt-get install -y -f
sudo apt-get update
sudo apt-get install -y -qq libzmq3-dev libsodium-dev
Expand Down

0 comments on commit 7abe139

Please sign in to comment.