Disable sphinx-markdown-builder in tests again for now

Somehow I didn't realize this breaks the tests/checks/sphinx-* tests.
This commit is contained in:
Johannes Altmanninger
2025-09-24 16:25:53 +02:00
parent e3a5725a46
commit b37b57781b

View File

@@ -22,7 +22,7 @@ jobs:
sudo apt install gettext libpcre2-dev python3-pexpect python3-sphinx tmux
# Generate a locale that uses a comma as decimal separator.
sudo locale-gen fr_FR.UTF-8
- uses: ./.github/actions/install-sphinx-markdown-builder
# - uses: ./.github/actions/install-sphinx-markdown-builder
- name: cmake
run: |
mkdir build && cd build