Skip to content

Commit

Permalink
CI: Fix mu4e build-dep installation
Browse files Browse the repository at this point in the history
* .github/workflows/build.yml: Adapt install script to
use new deb822-formatted .sources files.
  • Loading branch information
mkcms committed Sep 29, 2024
1 parent 51327c8 commit 3d6e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install mu4e
run: |
sudo sed -i '/^deb/P;s/^deb/deb-src/' /etc/apt/sources.list
sudo sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/*
sudo apt-get update
sudo apt-get install git meson emacs
sudo apt-get build-dep maildir-utils
Expand Down

0 comments on commit 3d6e24c

Please sign in to comment.