We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9b0a5 commit fced124Copy full SHA for fced124
1 file changed
.github/workflows/server_workflows.yml
@@ -13,8 +13,8 @@ jobs:
13
14
- name: Apt update
15
run: |
16
- apt update
17
- apt install -y cmake
+ sudo apt update
+ sudo apt install -y cmake
18
19
- name: Install Conan
20
run: pip3 install conan
0 commit comments