Skip to content

Commit fced124

Browse files
committed
Add sudo to apt
1 parent 2a9b0a5 commit fced124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/server_workflows.yml

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

1414
- name: Apt update
1515
run: |
16-
apt update
17-
apt install -y cmake
16+
sudo apt update
17+
sudo apt install -y cmake
1818
1919
- name: Install Conan
2020
run: pip3 install conan

0 commit comments

Comments
 (0)