Fix version consistency in workflow documentation

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

View file

@ -26,7 +26,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project.
- Ninja build tool - Ninja build tool
- Wayland ecosystem libraries - Wayland ecosystem libraries
- wlroots 0.19 - wlroots 0.19
- scenefx 0.4 - scenefx 0.4.1
### lock.yml ### lock.yml
**Purpose**: Automatically locks inactive issues and PRs to keep the repository clean. **Purpose**: Automatically locks inactive issues and PRs to keep the repository clean.

View file

@ -48,7 +48,7 @@ jobs:
sudo ldconfig sudo ldconfig
cd .. cd ..
- name: Install scenefx 0.4 - name: Install scenefx 0.4.1
run: | run: |
# Install scenefx from source # Install scenefx from source
git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git