We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fd4c1 commit a374c46Copy full SHA for a374c46
1 file changed
.github/workflows/cmake.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Install requirements
18
- run: apt-get update && apt-get install -y cmake g++ make python3
+ run: sudo apt-get update && apt-get install -y cmake g++ make python3
19
20
- name: Checkout Submodules
21
run: |
0 commit comments