Skip to content

Commit 2890e99

Browse files
committed
Updated github actions
1 parent 6de39c5 commit 2890e99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
25+
- name: Install Wayland
26+
run: sudo apt-get install libwayland0
2427

2528
- name: Configure CMake
2629
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)