File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- wlroots-version : ["0.17.3 ", master]
19
+ wlroots-version : ["0.17.4 ", master]
20
20
steps :
21
21
- name : Install dependencies
22
22
run : |
@@ -118,7 +118,7 @@ jobs:
118
118
- " pypy-3.8"
119
119
- " pypy-3.9"
120
120
- " pypy-3.10"
121
- wlroots-version : ["0.17.3 "]
121
+ wlroots-version : ["0.17.4 "]
122
122
include :
123
123
- python-version : " 3.12"
124
124
wlroots-version : master
@@ -250,7 +250,7 @@ jobs:
250
250
needs : build-wayland
251
251
env :
252
252
python-version : " 3.12"
253
- wlroots-version : " 0.17.3 "
253
+ wlroots-version : " 0.17.4 "
254
254
steps :
255
255
- name : Download wayland libraries
256
256
uses : actions/download-artifact@v3
@@ -286,7 +286,7 @@ jobs:
286
286
needs : build-wayland
287
287
env :
288
288
python-version : " 3.12"
289
- wlroots-version : " 0.17.3 "
289
+ wlroots-version : " 0.17.4 "
290
290
steps :
291
291
- name : Download wayland libraries
292
292
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 18
18
inputproto-version : " 2021.5"
19
19
wayland-protocols-version : " 1.32"
20
20
wayland-version : " 1.22.0"
21
- wlroots-version : " 0.17.3 "
21
+ wlroots-version : " 0.17.4 "
22
22
steps :
23
23
- name : Install dependencies
24
24
run : |
You can’t perform that action at this time.
0 commit comments