Skip to content

Commit

Permalink
ci: fix libunibreak installation (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Nov 22, 2024
1 parent ae99f2d commit be29fea
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 @@ -49,7 +49,7 @@ jobs:
)
sudo apt-get update && sudo apt-get install --no-install-recommends "${packages[@]}"
# We need a more recent version of libunibreak for `lb_get_char_class` support.
wget http://ftp.debian.org/debian/pool/main/libu/libunibreak/libunibreak{6,-dev}_6.1-2_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/libu/libunibreak/libunibreak{6,-dev}_6.1-2_amd64.deb
sudo dpkg -i *.deb
# Install stylelint.
npm init --yes
Expand Down

0 comments on commit be29fea

Please sign in to comment.