Skip to content

Commit 841058e

Browse files
committed
Install missing dependencies
1 parent 34c9864 commit 841058e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- name: Install dependencies
26+
run: sudo apt-get -q install libglib2.0-dev libicu-dev
27+
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.
2730
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)