mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
Fix version consistency in workflow documentation
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
ca33f1d7ec
commit
831dc99146
2 changed files with 2 additions and 2 deletions
2
.github/workflows/README.md
vendored
2
.github/workflows/README.md
vendored
|
|
@ -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.
|
||||||
|
|
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue