mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
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:
parent
a19ffb0404
commit
1d1c012cb9
7
.github/workflows/stack.yml
vendored
7
.github/workflows/stack.yml
vendored
@ -22,15 +22,10 @@ jobs:
|
|||||||
- name: Clone project
|
- name: Clone project
|
||||||
uses: actions/checkout@v3
|
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
|
- name: Install C dependencies
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
|
sudo apt update -y
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
libx11-dev \
|
libx11-dev \
|
||||||
libxext-dev \
|
libxext-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user