Fix version consistency in documentation

Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 10:48:52 +00:00
parent d2ae6c60ae
commit c1a909b55b
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project.
**What it does**: **What it does**:
1. Installs system dependencies (libinput, libdrm, etc.) 1. Installs system dependencies (libinput, libdrm, etc.)
2. Builds wayland 1.23.1 from source 2. Builds wayland 1.23.1 from source
3. Builds wlroots 0.19 from source 3. Builds wlroots 0.19.0 from source
4. Builds scenefx 0.4.1 from source 4. Builds scenefx 0.4.1 from source
5. Uses `meson subprojects download` to fetch any required subproject dependencies 5. Uses `meson subprojects download` to fetch any required subproject dependencies
6. Configures the project with meson 6. Configures the project with meson
@ -38,7 +38,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project.
- Meson build system - Meson build system
- Ninja build tool - Ninja build tool
- Wayland 1.23.1 (built from source) - Wayland 1.23.1 (built from source)
- wlroots 0.19 (built from source) - wlroots 0.19.0 (built from source)
- scenefx 0.4.1 (built from source) - scenefx 0.4.1 (built from source)
### docs.yml ### docs.yml

View file

@ -74,7 +74,7 @@ jobs:
sudo ldconfig sudo ldconfig
cd .. cd ..
- name: Install wlroots 0.19 - name: Install wlroots 0.19.0
run: | run: |
# Install wlroots 0.19 from source # Install wlroots 0.19 from source
git clone https://gitlab.freedesktop.org/wlroots/wlroots.git git clone https://gitlab.freedesktop.org/wlroots/wlroots.git