ci: Drop ppa:hvr/ghc

Breaks `apt update` on the ubuntu-22.04 runner, which is what
ubuntu-latest resolves to these days.

Fixes: 3977a7a4e2d4 ("ci: Drop GHC installation via apt")
This commit is contained in:
Tomas Janousek 2022-12-01 11:51:57 +00:00
parent a19ffb0404
commit 1d1c012cb9

View File

@ -22,15 +22,10 @@ jobs:
- name: Clone project
uses: actions/checkout@v3
- name: Prepare apt sources
run: |
set -ex
sudo add-apt-repository -y ppa:hvr/ghc
sudo apt update -y
- name: Install C dependencies
run: |
set -ex
sudo apt update -y
sudo apt install -y \
libx11-dev \
libxext-dev \