Skip to content

Commit

Permalink
Merge #2489
Browse files Browse the repository at this point in the history
2489: Remove problematic apt-get repository r=newhoggy a=newhoggy

`apt-get` can sometimes fail due to a problematic apt-get repository.  See actions/runner-images#2919

Remove this repository since we don't use it anyway to work around the problem.

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy authored Mar 16, 2021
2 parents 52780ac + c7145f7 commit cc33596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- name: Install build environment
if: matrix.os == 'ubuntu-latest'
run: |
# Remove problematic apt-get repository
sudo rm /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
sudo apt-get update
sudo apt-get -y install libsodium23 libsodium-dev
sudo apt-get -y install libsystemd0 libsystemd-dev
Expand Down

0 comments on commit cc33596

Please sign in to comment.