Skip to content

Commit 7b032ee

Browse files
committed
fixing github action permissions
fixing github action permissions
1 parent 05fd4c1 commit 7b032ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- name: Install requirements
18-
run: apt-get update && apt-get install -y cmake g++ make python3
18+
run: sudo apt-get update && sudo apt-get install -y cmake g++ make python3
1919

2020
- name: Checkout Submodules
2121
run: |

0 commit comments

Comments
 (0)