Skip to content

Commit

Permalink
CircleCI: install binutils
Browse files Browse the repository at this point in the history
This hopefully solves this error:

    The following packages have unmet dependencies:
     libc6-dev : Breaks: binutils (< 2.38) but 2.37-5 is to be installed
  • Loading branch information
mgeier committed Dec 23, 2022
1 parent 7137bb3 commit dd7288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Installing apt Packages
command: |
apt-get -y update
apt-get install -y --no-install-recommends python3-pip librsvg2-bin
apt-get install -y --no-install-recommends python3-pip librsvg2-bin binutils
- restore_cache:
keys:
Expand Down

0 comments on commit dd7288d

Please sign in to comment.