mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Fix version reference in workflow comment
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
b67179d9c6
commit
739add6a63
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -61,9 +61,9 @@ jobs:
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
- name: Build and install wayland 1.23
|
- name: Build and install wayland 1.23.1
|
||||||
run: |
|
run: |
|
||||||
# Build wayland 1.23 from source since Ubuntu has older version
|
# Build wayland 1.23.1 from source since Ubuntu has older version
|
||||||
git clone https://gitlab.freedesktop.org/wayland/wayland.git
|
git clone https://gitlab.freedesktop.org/wayland/wayland.git
|
||||||
cd wayland
|
cd wayland
|
||||||
git checkout 1.23.1
|
git checkout 1.23.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue