Skip to content

Commit

Permalink
fix appveyor error
Browse files Browse the repository at this point in the history
From https://ci.appveyor.com/project/manubot/rootstock/builds/51206619#L577
E: Repository 'http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu jammy InRelease' changed its 'Label' value from 'Latest (26.x) Erlang packages for Ubuntu and Debian' to 'Modern Erlang and Elixir packages for Ubuntu'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
  • Loading branch information
dhimmel committed Dec 20, 2024
1 parent 98745ec commit ef82887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/install-spellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
set -o errexit \
-o pipefail

sudo apt-get update --yes
# --allow-releaseinfo-change for error on appveyor like "Repository ... changed its 'Label' value"
sudo apt-get update --yes --allow-releaseinfo-change
sudo apt-get install --yes aspell aspell-en
wget --directory-prefix=build/pandoc/filters \
https://github.com/pandoc/lua-filters/raw/13c3fa7e97206413609a48a82575cb43137e037f/spellcheck/spellcheck.lua

0 comments on commit ef82887

Please sign in to comment.