Skip to content

Commit

Permalink
debug apt
Browse files Browse the repository at this point in the history
getting "Unable to correct problems, you have held broken packages" without any helpful info
  • Loading branch information
minrk committed May 10, 2021
1 parent 7abe139 commit a6f6e8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@ jobs:
- name: install linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo dpkg --configure -a
sudo apt-get install -y -f
sudo apt-get -f install
sudo apt-get update
sudo apt-get install -y -qq libzmq3-dev libsodium-dev
sudo apt-get -y install libzmq3-dev libsodium-dev
- name: install libzmq-dev
if: matrix.zmq == 'head'
Expand Down

0 comments on commit a6f6e8c

Please sign in to comment.