We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c93d8 commit 4b49506Copy full SHA for 4b49506
.github/workflows/cmake-single-platform.yml
@@ -22,6 +22,11 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
25
+ - name: Install dependencies
26
+ run: |
27
+ sudo apt-get update
28
+ sudo apt-get install -y libxml2-dev libssl-dev curl
29
+
30
- name: Configure CMake
31
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
32
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments