fix(ci): install fish from the official 4.x PPA

Ubuntu 24.04's default repo only carries fish 3.7, but
docs/manual/06-dependency-catalog.md states fish >= 4.0 as a
project dependency. ppa:fish-shell/release-4 is the fish-shell
maintainers' own PPA and explicitly supports 24.04.
This commit is contained in:
2026-08-18 22:03:23 -04:00
parent 5f55438581
commit 6689e69ece
+3
View File
@@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:fish-shell/release-4
sudo apt-get update -qq
sudo apt-get install -y pandoc python3-yaml fish