Skip to content

Commit c23cebd

Browse files
authored
Replaced apt with sudo apt-get in .github/workflows/checks.yml
1 parent 870c208 commit c23cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
- name: Install prerequisites
1616
run: |
17-
apt install -qq clang-format
17+
sudo apt-get install -qq clang-format
1818
python -m pip install --quiet --upgrade pip
1919
pip install --quiet -r requirements.txt
2020
- name: Run checks

0 commit comments

Comments
 (0)