From 831dc99146b25c81dac4f98bfdd795baedbbcd0b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:00:50 +0000 Subject: [PATCH] Fix version consistency in workflow documentation Co-authored-by: squassina <8495707+squassina@users.noreply.github.com> --- .github/workflows/README.md | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index cc1189f6..cbc84b0d 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -26,7 +26,7 @@ This directory contains the GitHub Actions workflows for the MangoWC project. - Ninja build tool - Wayland ecosystem libraries - wlroots 0.19 -- scenefx 0.4 +- scenefx 0.4.1 ### lock.yml **Purpose**: Automatically locks inactive issues and PRs to keep the repository clean. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecaddf44..4d0cd5e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: sudo ldconfig cd .. - - name: Install scenefx 0.4 + - name: Install scenefx 0.4.1 run: | # Install scenefx from source git clone -b 0.4.1 https://github.com/wlrfx/scenefx.git