Skip to content

Commit bba0049

Browse files
authored
Update cmake-ubuntu.yml
1 parent 5ff153a commit bba0049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake-ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919

2020
steps:
2121
- 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
2227
2328
- name: Configure CMake
2429
# 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)