Skip to content

Commit 9c4b249

Browse files
authored
Fix spread variable name
1 parent 504f40c commit 9c4b249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spread.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ environment:
5050
CCACHE_DIR: /root/.ccache
5151
# Needed for precompiled headers (https://ccache.dev/manual/latest.html#_precompiled_headers)
5252
CCACHE_SLOPPINESS: time_macros,pch_defines,include_file_mtime,include_file_ctime
53-
WAYLAND_EXPLORER: false
54-
WAYLAND_EXPLORER/ubuntu: true
53+
WLPROBE: false
54+
WLPROBE/ubuntu: true
5555

5656
prepare: |
5757
# NOTE: This part of the code needs to be in spread.yaml as it runs before

0 commit comments

Comments
 (0)