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 bba0049 commit 340ac00Copy full SHA for 340ac00
.github/workflows/cmake-ubuntu.yml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
- apt-get update
26
- apt-get install -y git openssl libssl-dev libx11-dev xorg-dev
+ sudo apt-get update
+ sudo apt-get install -y 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