Skip to content

Commit

Permalink
firefox-esr not firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadniz committed Oct 30, 2024
1 parent d8ae7db commit 5c6bf41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Ubuntu packages
run: |
sudo ./utils/searxng.sh install packages
sudo apt install firefox
sudo apt install firefox-esr
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion utils/searxng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ uwsgi uwsgi-plugin-python3
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev"

SEARXNG_BUILD_PACKAGES_debian="\
firefox graphviz imagemagick texlive-xetex librsvg2-bin
firefox-esr graphviz imagemagick texlive-xetex librsvg2-bin
texlive-latex-recommended texlive-extra-utils fonts-dejavu
latexmk shellcheck"

Expand Down

0 comments on commit 5c6bf41

Please sign in to comment.