mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
Fix version consistency in documentation
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
d2ae6c60ae
commit
c1a909b55b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/README.md
vendored
4
.github/workflows/README.md
vendored
|
|
@ -21,7 +21,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project.
|
|||
**What it does**:
|
||||
1. Installs system dependencies (libinput, libdrm, etc.)
|
||||
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
|
||||
5. Uses `meson subprojects download` to fetch any required subproject dependencies
|
||||
6. Configures the project with meson
|
||||
|
|
@ -38,7 +38,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project.
|
|||
- Meson build system
|
||||
- Ninja build tool
|
||||
- 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)
|
||||
|
||||
### docs.yml
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
sudo ldconfig
|
||||
cd ..
|
||||
|
||||
- name: Install wlroots 0.19
|
||||
- name: Install wlroots 0.19.0
|
||||
run: |
|
||||
# Install wlroots 0.19 from source
|
||||
git clone https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue