Skip to content

Commit 340ac00

Browse files
authored
Update cmake-ubuntu.yml
1 parent bba0049 commit 340ac00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
apt-get update
26-
apt-get install -y git openssl libssl-dev libx11-dev xorg-dev
25+
sudo apt-get update
26+
sudo apt-get install -y openssl libssl-dev libx11-dev xorg-dev
2727
2828
- name: Configure CMake
2929
# 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)