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 5ff153a commit bba0049Copy full SHA for bba0049
.github/workflows/cmake-ubuntu.yml
@@ -19,6 +19,11 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v3
22
+
23
+ - name: Install dependencies
24
+ run: |
25
+ apt-get update
26
+ apt-get install -y git openssl libssl-dev libx11-dev xorg-dev
27
28
- name: Configure CMake
29
# 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