Skip to content

Commit

Permalink
Remove Github Actions work around. The work around removed a problema…
Browse files Browse the repository at this point in the history
…tic apt-get repository from the initial list due to flakiness. Now that is is not in the initial list, the work around must be removed for CI builds to work.
  • Loading branch information
newhoggy authored and coot committed May 13, 2021
1 parent cd23b3e commit 0732a87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/haskell.yml
Expand Up @@ -79,9 +79,6 @@ 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 0732a87

Please sign in to comment.